Shunm634-source преди 3 години
родител
ревизия
ae14274dcf
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      packages/app/src/components/Admin/Notification/ManageGlobalNotification.jsx

+ 1 - 1
packages/app/src/components/Admin/Notification/ManageGlobalNotification.jsx

@@ -21,7 +21,7 @@ const logger = loggerFactory('growi:manageGlobalNotification');
 
 const ManageGlobalNotification = (props) => {
 
-  const globalNotification = null;
+  let globalNotification;
   // TODO: globalNotificationを取得する タスクURL https://redmine.weseek.co.jp/issues/103901
   // globalNotification = JSON.parse(document.getElementById('admin-global-notification-setting').getAttribute('data-global-notification'));