@ixo/editor 1.8.2 → 1.9.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -2657,7 +2657,7 @@ var ListFlowView = ({ block, editor }) => {
|
|
|
2657
2657
|
break;
|
|
2658
2658
|
case "dao_members":
|
|
2659
2659
|
userAddress = handlers.getCurrentUser();
|
|
2660
|
-
groupIds = handlers.getDaoGroupsIds();
|
|
2660
|
+
groupIds = await handlers.getDaoGroupsIds();
|
|
2661
2661
|
if (!userAddress.address && !listConfig.address) throw new Error("Address is required");
|
|
2662
2662
|
if (!groupIds && !listConfig.groupIds) throw new Error("Group Ids are required");
|
|
2663
2663
|
result = await handlers.getDaoMembers(userAddress.address || listConfig.address, groupIds || listConfig.groupIds, listConfig.withBalance, page);
|
|
@@ -8764,4 +8764,4 @@ export {
|
|
|
8764
8764
|
ixoGraphQLClient,
|
|
8765
8765
|
getEntity
|
|
8766
8766
|
};
|
|
8767
|
-
//# sourceMappingURL=chunk-
|
|
8767
|
+
//# sourceMappingURL=chunk-BWZMSLQH.mjs.map
|