Set telegram as the default notification type

This commit is contained in:
Louis Lam 2022-03-07 15:52:17 +08:00
parent 88c3d952d3
commit 6a57c443fd

View File

@ -145,12 +145,9 @@ export default {
this.id = null;
this.notification = {
name: "",
type: null,
type: "telegram",
isDefault: false,
};
// Set Default value here
this.notification.type = this.notificationTypes[0];
}
this.modal.show();