This commit is contained in:
PhilReact 2024-12-16 11:48:32 +02:00
parent e727823264
commit 9ab3d33215
3 changed files with 3 additions and 4 deletions

View File

@ -2093,8 +2093,7 @@ export async function createGroup({
const signedBytes = Base58.encode(tx.signedBytes);
const res = await processTransactionVersion2(signedBytes);
if (!res?.signature)
throw new Error("Transaction was not able to be processed");
if (!res?.signature) throw new Error(res?.message || "Transaction was not able to be processed");
return res;
}
export async function inviteToGroup({ groupId, qortalAddress, inviteTime }) {

View File

@ -194,7 +194,7 @@ export const AddGroup = ({ address, open, setOpen }) => {
<AppBar sx={{ position: "relative", bgcolor: "#232428" }}>
<Toolbar>
<Typography sx={{ ml: 2, flex: 1 }} variant="h6" component="div">
Add Group
Group Mgmt
</Typography>
<IconButton

View File

@ -2103,7 +2103,7 @@ export const Group = ({
color: "white",
}}
/>
Add Group
Group Mgmt
</CustomButton>
)}
{chatMode === "directs" && (