Skip to content

Commit 4fdfbaa

Browse files
author
colinmcneil
committed
Fix modal
1 parent 921722f commit 4fdfbaa

File tree

1 file changed

+4
-2
lines changed
  • src/extension/ui/src/components/tile

1 file changed

+4
-2
lines changed

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -373,9 +373,11 @@ const ConfigurationModal = ({
373373
)}
374374
</Stack>
375375
);
376-
})}
376+
})
377+
) : (
378+
<Typography>No secrets available.</Typography>
379+
)}
377380
</Stack>
378-
)}
379381
</Stack>
380382
</Stack>
381383
</TabPanel>

0 commit comments

Comments
 (0)