Skip to content

Commit 68eb603

Browse files
committed
src: Disable "View details" when no keys is selected
1 parent ebf2122 commit 68eb603

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Components/CreateImageWizard/steps/Registration/components/ActivationKeysList.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -297,6 +297,7 @@ const ActivationKeysList = () => {
297297
variant='secondary'
298298
icon={<InfoCircleIcon />}
299299
iconPosition='left'
300+
isDisabled={!activationKey}
300301
>
301302
View details
302303
</Button>

0 commit comments

Comments
 (0)