Skip to content

Commit

Permalink
remove fixed with value
Browse files Browse the repository at this point in the history
  • Loading branch information
AmoabaKelvin committed Feb 20, 2024
1 parent 54a4165 commit c5cf58a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/(main)/dashboard/_components/new-form-dialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ export function CreateFormDialog() {

return (
<Form {...form}>
<div className="w-2/3 space-y-6">
<div className="space-y-6">
<Dialog open={showDialog} onOpenChange={setShowDialog}>
<DialogTrigger asChild>
<Button variant="outline">New Form</Button>
Expand Down

0 comments on commit c5cf58a

Please sign in to comment.