Skip to content

Commit

Permalink
feat: increase size of import dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
seasick committed Jan 19, 2024
1 parent 5ed5a3c commit a4b1bf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Layout/ImportFromUrlDialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export default function ImportFromUrlDialog({ onClose }: Props) {
};

return (
<Dialog open onClose={handleClose}>
<Dialog open onClose={handleClose} fullWidth maxWidth="md">
<DialogTitle>Import from URL</DialogTitle>
<DialogContent>
<TextField
Expand Down

0 comments on commit a4b1bf6

Please sign in to comment.