mirror of
https://github.com/Qortal/Qortal-Hub.git
synced 2025-07-23 04:36:52 +00:00
add missing value
This commit is contained in:
@@ -123,7 +123,7 @@ export const AdminSpaceInner = ({
|
||||
window
|
||||
.sendMessage("encryptAndPublishSymmetricKeyGroupChatForAdmins", {
|
||||
groupId: selectedGroup,
|
||||
previousData: null,
|
||||
previousData: adminGroupSecretKey,
|
||||
admins: adminsWithNames,
|
||||
})
|
||||
.then((response) => {
|
||||
|
Reference in New Issue
Block a user