Skip to content

Commit

Permalink
Unify Add custom layer cancel button
Browse files Browse the repository at this point in the history
  • Loading branch information
kudlav committed Oct 19, 2024
1 parent 91a6ff9 commit 24b504b
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 24b504b

Please sign in to comment.