Skip to content

Commit

Permalink
LayerSwitcher: Unify Add custom layer cancel button (#700)
Browse files Browse the repository at this point in the history
  • Loading branch information
kudlav authored Oct 19, 2024
1 parent 91a6ff9 commit edbdcbf
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/components/LayerSwitcher/AddCustomLayer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -358,9 +358,7 @@ export const AddCustomDialog: React.FC<AddDialogProps> = ({
)}

<DialogActions>
<Button onClick={onReset} color="secondary" variant="outlined">
Cancel
</Button>
<Button onClick={onReset}>Cancel</Button>

<Button
onClick={onSave}
Expand Down

0 comments on commit edbdcbf

Please sign in to comment.