Skip to content

Commit 46c11a6

Browse files
committed
Fixes to the UI
Signed-off-by: David Gageot <[email protected]>
1 parent 6a2a7d0 commit 46c11a6

File tree

1 file changed

+3
-3
lines changed
  • src/extension/ui/src/components/tile

1 file changed

+3
-3
lines changed

src/extension/ui/src/components/tile/Modal.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -217,12 +217,12 @@ const ConfigurationModal = ({
217217
/>
218218
</span>
219219
</Tooltip>
220+
{catalogItem.missingConfig && (
221+
<Chip label="Requires parameters" color="warning" />
222+
)}
220223
{catalogItem.missingSecrets && (
221224
<Chip label="Requires secrets" color="warning" />
222225
)}
223-
{catalogItem.missingConfig && (
224-
<Chip label="Requires configuration" color="warning" />
225-
)}
226226
</Stack>
227227
</DialogTitle>
228228
<IconButton

0 commit comments

Comments
 (0)