File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ export function ApiRouteDialog({ fileId }: { fileId: string }) {
49
49
</ Button >
50
50
</ DialogTrigger >
51
51
< DialogContent
52
- className = "overflow-y-auto max-h-screen min-w-full"
52
+ className = "overflow-y-auto max-h-[80dvh] min-w-full"
53
53
aria-describedby = "dialog-description"
54
54
>
55
55
< DialogHeader >
@@ -92,10 +92,11 @@ console.log(data)
92
92
</ h4 >
93
93
< Alert >
94
94
< AlertCircle className = "h-4 w-4" />
95
- < AlertTitle >
96
- Endpoint won't be generated if the resource contains
95
+ < AlertTitle > Missing endpoint?</ AlertTitle >
96
+ < AlertDescription >
97
+ Endpoint won't be generated if the resource name contains
97
98
whitespace!
98
- </ AlertTitle >
99
+ </ AlertDescription >
99
100
</ Alert >
100
101
< ApiRouteCollection fileId = { fileId } routes = { routesData } />
101
102
</ div >
You can’t perform that action at this time.
0 commit comments