We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e86142e commit 3e4632eCopy full SHA for 3e4632e
src/routes/route-provider-create.tsx
@@ -29,13 +29,13 @@ export function RouteProviderCreate() {
29
};
30
31
return (
32
- <Form onSubmit={handleSubmit} validationBehavior="aria">
33
- <ProviderDialog title="Create Provider">
+ <ProviderDialog title="Create Provider">
+ <Form onSubmit={handleSubmit} validationBehavior="aria">
34
<DialogContent className="p-8">
35
<ProviderForm provider={provider} setProvider={setProvider} />
36
</DialogContent>
37
<ProviderDialogFooter />
38
- </ProviderDialog>
39
- </Form>
+ </Form>
+ </ProviderDialog>
40
);
41
}
0 commit comments