use action from store instead of directly modifying state in components

This commit is contained in:
pa
2026-03-08 20:15:37 +09:00
parent 3d3ad27ca0
commit eeb5288027
13 changed files with 61 additions and 8 deletions
+1 -1
View File
@@ -564,7 +564,7 @@ function handlePipeline(args) {
uiStore.notifyMenu('notification');
}
notificationStore.queueNotificationNoty(noty);
notificationStore.notificationTable.data.push(noty);
notificationStore.appendNotificationTableEntry(noty);
sharedFeedStore.addEntry(noty);
break;