@appcorp/fusion-storybook 0.2.28 → 0.2.29

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -172,7 +172,7 @@ export const TeacherMoreActions = () => {
172
172
  showSuccessToast("Bulk operation completed successfully");
173
173
  }
174
174
  invalidateTeachersCache();
175
- listFetchNow();
175
+ await listFetchNow();
176
176
  closeDrawer();
177
177
  }
178
178
  else {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@appcorp/fusion-storybook",
3
- "version": "0.2.28",
3
+ "version": "0.2.29",
4
4
  "scripts": {
5
5
  "build-storybook": "storybook build",
6
6
  "build:next": "next build",