File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
src/extension/ui/src/components/tile Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -264,7 +264,7 @@ const ConfigurationModal = ({
264
264
}
265
265
color = "error"
266
266
>
267
- Configuration
267
+ < Typography sx = { [ tabValue === 1 && { fontWeight : 'bold' } ] } > Configuration</ Typography >
268
268
</ Badge >
269
269
}
270
270
/>
@@ -302,8 +302,7 @@ const ConfigurationModal = ({
302
302
< Link
303
303
onClick = { ( ) =>
304
304
client . host . openExternal (
305
- `${
306
- catalogItem . readme
305
+ `${ catalogItem . readme
307
306
} #tool-${ tool . name . replaceAll ( ' ' , '-' ) } ` || ''
308
307
)
309
308
}
@@ -352,7 +351,7 @@ const ConfigurationModal = ({
352
351
const secretEdited =
353
352
( secret . assigned &&
354
353
localSecrets [ secret . name ] !==
355
- ASSIGNED_SECRET_PLACEHOLDER ) ||
354
+ ASSIGNED_SECRET_PLACEHOLDER ) ||
356
355
( ! secret . assigned &&
357
356
localSecrets [ secret . name ] !== '' ) ;
358
357
return (
@@ -449,7 +448,7 @@ const ConfigurationModal = ({
449
448
</ >
450
449
) }
451
450
</ DialogContent >
452
- </ Dialog >
451
+ </ Dialog >
453
452
) ;
454
453
} ;
455
454
You can’t perform that action at this time.
0 commit comments