itizawa пре 6 година
родитељ
комит
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
   }