Set telegram as the default notification type

pull/1366/head
Louis Lam 2 years ago
parent 88c3d952d3
commit 6a57c443fd

@ -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();

Loading…
Cancel
Save