We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a2a7d0 commit 46c11a6Copy full SHA for 46c11a6
1 file changed
src/extension/ui/src/components/tile/Modal.tsx
@@ -217,12 +217,12 @@ const ConfigurationModal = ({
217
/>
218
</span>
219
</Tooltip>
220
+ {catalogItem.missingConfig && (
221
+ <Chip label="Requires parameters" color="warning" />
222
+ )}
223
{catalogItem.missingSecrets && (
224
<Chip label="Requires secrets" color="warning" />
225
)}
- {catalogItem.missingConfig && (
- <Chip label="Requires configuration" color="warning" />
- )}
226
</Stack>
227
</DialogTitle>
228
<IconButton
0 commit comments