File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -131,7 +131,9 @@ const PromptsTab = ({
131
131
< Alert variant = "destructive" >
132
132
< AlertCircle className = "h-4 w-4" />
133
133
< AlertTitle > Error</ AlertTitle >
134
- < AlertDescription > { error } </ AlertDescription >
134
+ < AlertDescription className = "break-all" >
135
+ { error }
136
+ </ AlertDescription >
135
137
</ Alert >
136
138
) : selectedPrompt ? (
137
139
< div className = "space-y-4" >
Original file line number Diff line number Diff line change @@ -225,7 +225,9 @@ const ResourcesTab = ({
225
225
< Alert variant = "destructive" >
226
226
< AlertCircle className = "h-4 w-4" />
227
227
< AlertTitle > Error</ AlertTitle >
228
- < AlertDescription > { error } </ AlertDescription >
228
+ < AlertDescription className = "break-all" >
229
+ { error }
230
+ </ AlertDescription >
229
231
</ Alert >
230
232
) : selectedResource ? (
231
233
< JsonView
Original file line number Diff line number Diff line change @@ -137,7 +137,9 @@ const ToolsTab = ({
137
137
< Alert variant = "destructive" >
138
138
< AlertCircle className = "h-4 w-4" />
139
139
< AlertTitle > Error</ AlertTitle >
140
- < AlertDescription > { error } </ AlertDescription >
140
+ < AlertDescription className = "break-all" >
141
+ { error }
142
+ </ AlertDescription >
141
143
</ Alert >
142
144
) }
143
145
< p className = "text-sm text-gray-600 dark:text-gray-400" >
You can’t perform that action at this time.
0 commit comments