diff --git a/dictation_client/src/pages/LicensePage/licenseSummary.tsx b/dictation_client/src/pages/LicensePage/licenseSummary.tsx index bf3bfa1..0652617 100644 --- a/dictation_client/src/pages/LicensePage/licenseSummary.tsx +++ b/dictation_client/src/pages/LicensePage/licenseSummary.tsx @@ -50,6 +50,7 @@ const LicenseSummary: React.FC = (): JSX.Element => { { setIslicenseOrderPopupOpen(false); + dispatch(getLicenseSummaryAsync()); }} /> )} diff --git a/dictation_client/src/pages/UserListPage/index.tsx b/dictation_client/src/pages/UserListPage/index.tsx index 6e4620a..4e8c195 100644 --- a/dictation_client/src/pages/UserListPage/index.tsx +++ b/dictation_client/src/pages/UserListPage/index.tsx @@ -41,6 +41,7 @@ const UserListPage: React.FC = (): JSX.Element => { isOpen={isPopupOpen} onClose={() => { setIsPopupOpen(false); + dispatch(listUsersAsync()); }} />