From edffaa256e3599cb89ebf70409a5899f48e54dfb Mon Sep 17 00:00:00 2001 From: mabasian <54101509+mabasian@users.noreply.github.com> Date: Mon, 23 Oct 2023 09:18:46 +0200 Subject: [PATCH] fix the notification modal inputs bug (#1503) --- .../src/components/UI/node-header/IconsNav.vue | 8 +++++++- .../src/components/UI/node-header/NotifModal.vue | 14 +++++++------- 2 files changed, 14 insertions(+), 8 deletions(-) diff --git a/launcher/src/components/UI/node-header/IconsNav.vue b/launcher/src/components/UI/node-header/IconsNav.vue index 3a540e6f9..a6d770a46 100755 --- a/launcher/src/components/UI/node-header/IconsNav.vue +++ b/launcher/src/components/UI/node-header/IconsNav.vue @@ -1,10 +1,11 @@