Shunm634-source 3 лет назад
Родитель
Сommit
ae14274dcf

+ 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'));