Skip to content

Commit

Permalink
fix PR issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Achintha Isuru committed Sep 3, 2024
1 parent 1cb81ce commit 1bd8084
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -860,7 +860,7 @@ export const URLInput: FunctionComponent<URLInputPropsInterface> = (
(
<Button
onClick={ (e) => addFormButton(e) }
icon={ <PlusIcon /> }
icon={ <PlusIcon /> }
type="button"
className="add-button"
disabled={ readOnly || disabled || (!allowEmptyValues && !changeUrl) }
Expand Down

0 comments on commit 1bd8084

Please sign in to comment.