|
@@ -95,6 +95,8 @@ const ManageNotification = defineComponent({
|
|
|
data.groupList.content = data.input;
|
|
|
ctx.emit("update", { key: "notification", value: data.title });
|
|
|
data.groupProfile.notification = data.title;
|
|
|
+ data.groupList.content = data.input;
|
|
|
+ data.groupList.title = data.title;
|
|
|
data.input = "";
|
|
|
} catch {
|
|
|
//
|