itizawa 6 лет назад
Родитель
Сommit
417b0c69c8
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/client/js/services/AdminNotificationContainer.js

+ 1 - 1
src/client/js/services/AdminNotificationContainer.js

@@ -117,7 +117,7 @@ export default class AdminNotificationContainer extends Container {
   /**
    * Delete global notification pattern
    */
-  async deleteGlobalNotificationPattern() {
+  async deleteGlobalNotificationPattern(notificatiionId) {
     // TODO GW-780 create apiV3
   }