Skip to content

Commit

Permalink
chore: remove unnecessary braces
Browse files Browse the repository at this point in the history
  • Loading branch information
abaicus committed Nov 26, 2024
1 parent db3918e commit 26f28fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dashboard/components/template-cloud/AddSourceForm.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ const AddSourceForm = ({ setSources, onCancel }) => {
type="text"
label={__('API URL', 'otter-blocks')}
value={apiURL}
placeholder={'https://example.com/wp-json'}
placeholder="https://example.com/wp-json"
disabled={isSaving}
onChange={value => setApiURL(value)}
/>
Expand Down

0 comments on commit 26f28fc

Please sign in to comment.