Skip to content

Commit

Permalink
Fix create and publish button functionality (#2438)
Browse files Browse the repository at this point in the history
  • Loading branch information
agalin920 authored Jan 9, 2024
1 parent a9e4c6b commit b38f68f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ export const ItemCreate = () => {
},
}).then(() => {
// Retain non rtk-query fetch of item publishing for legacy code
dispatch(fetchItemPublishing(modelZUID, itemZUID));
dispatch(fetchItemPublishing(modelZUID, newItemZUID));
});
};

Expand Down

0 comments on commit b38f68f

Please sign in to comment.