This commit is contained in:
PhilReact 2024-12-17 19:18:38 +02:00
parent 7b69957ea8
commit 7d2fc5a7b0

View File

@ -199,7 +199,7 @@ export const AdminSpaceInner = ({
{` by ${groupSecretKeyPublishDetails?.name}`}
</Typography>
)}
<Button disabled={isFetchingGroupSecretKey} onClick={setIsForceShowCreationKeyPopup} variant="contained">
<Button disabled={isFetchingGroupSecretKey} onClick={()=> setIsForceShowCreationKeyPopup(true) variant="contained">
Publish group secret key
</Button>
<Spacer height="20px" />