diff options
author | MikunoNaka <bokuwakanojogahoshii@yahoo.com> | 2021-06-26 02:58:04 +0530 |
---|---|---|
committer | MikunoNaka <bokuwakanojogahoshii@yahoo.com> | 2021-06-26 02:58:04 +0530 |
commit | e59c4dee0ab213c2e1f93b494a09fcd3810d7f10 (patch) | |
tree | 18a327f2e2438331abb906c3e51b72f602203133 /src/components/Pages | |
parent | c29507c2e32d5a3fe25c6fe3dbfba9700f93316e (diff) |
Converted RegisterItemForm to TS and fix bugs, added more functionality to support the backend
Diffstat (limited to 'src/components/Pages')
-rw-r--r-- | src/components/Pages/BillingPage.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/Pages/BillingPage.tsx b/src/components/Pages/BillingPage.tsx index 9697a24..c9247da 100644 --- a/src/components/Pages/BillingPage.tsx +++ b/src/components/Pages/BillingPage.tsx @@ -63,7 +63,7 @@ const BillingPage: React.FC = () => { {registerPersonFormVisibility && <RegisterPersonForm - updateItemsList={getRegisteredItems} + updatePeopleList={getRegisteredPeople} setVisibility={setRegisterPersonFormVisibility} /> } |