Skip to content

Commit

Permalink
Merge pull request #4212 from systeminit/fix/changeset-apply-loads-fu…
Browse files Browse the repository at this point in the history
…nc-list

ChangeSet Apply loads the Func List
  • Loading branch information
jobelenus authored Jul 24, 2024
2 parents ead263a + 761ac98 commit 74b94eb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions app/web/src/store/func/funcs.store.ts
Original file line number Diff line number Diff line change
Expand Up @@ -504,6 +504,12 @@ export const useFuncStore = () => {
this.FETCH_FUNC_LIST();
},
},
{
eventType: "ChangeSetApplied",
callback: () => {
this.FETCH_FUNC_LIST();
},
},
{
eventType: "FuncBindingsUpdated",
callback: (data) => {
Expand Down

0 comments on commit 74b94eb

Please sign in to comment.