From 964b9e31c4aff4f7d0cb783e561511623f19e7de Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Fri, 18 Jun 2021 20:15:47 +0000 Subject: [PATCH] --- ayanova/src/views/home-notify-subscriptions.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ayanova/src/views/home-notify-subscriptions.vue b/ayanova/src/views/home-notify-subscriptions.vue index b3106ab9..e3c41339 100644 --- a/ayanova/src/views/home-notify-subscriptions.vue +++ b/ayanova/src/views/home-notify-subscriptions.vue @@ -245,7 +245,7 @@ async function createTableHeaders(vm) { vm.headers = [ { text: vm.$ay.t("ID"), value: "id" }, { text: vm.$ay.t("NotifyEventType"), value: "eventType" }, - // { value: "info" }, + // { value: "info" }, { text: vm.$ay.t("AyaType"), value: "ayaType" }, { text: vm.$ay.t("NotifyDeliveryMethod"), value: "deliveryMethod" }, { text: vm.$ay.t("NotifyDeliveryAddress"), value: "deliveryAddress" },