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