feat: update display name
This commit is contained in:
@@ -42,6 +42,11 @@ const UpdateWorkspaceDescriptionForm = ({
|
||||
|
||||
const updateWorkspaceDescription = api.workspace.update.useMutation({
|
||||
onSuccess: async () => {
|
||||
showPopup({
|
||||
header: "Workspace description updated",
|
||||
message: "Your workspace description has been updated.",
|
||||
icon: "success",
|
||||
});
|
||||
try {
|
||||
await utils.workspace.all.refetch();
|
||||
} catch (e) {
|
||||
|
||||
Reference in New Issue
Block a user