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