aboutsummaryrefslogtreecommitdiff
path: root/src/components/Form/Items
diff options
context:
space:
mode:
authorMikunoNaka <bokuwakanojogahoshii@yahoo.com>2021-05-03 12:26:47 +0530
committerMikunoNaka <bokuwakanojogahoshii@yahoo.com>2021-05-03 12:26:47 +0530
commit5846185f5a6662265c5330fbed229f49efb26b89 (patch)
treeaf5ae2406218a90d4be3dc96d070fe0172afae8f /src/components/Form/Items
parente25e884596cf07a5dee77ba2dc841b45b14f2ac5 (diff)
added some features and many bugs to DocumentInfoForm
Diffstat (limited to 'src/components/Form/Items')
-rw-r--r--src/components/Form/Items/AddNewItemForm.js8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/components/Form/Items/AddNewItemForm.js b/src/components/Form/Items/AddNewItemForm.js
index 4eaea7d..78d1437 100644
--- a/src/components/Form/Items/AddNewItemForm.js
+++ b/src/components/Form/Items/AddNewItemForm.js
@@ -181,13 +181,13 @@ const AddNewItemForm = (props) => {
<div className={"smallPane"}>
<input type="button"
- value="Register New Item"
- onClick={() => props.registerItemFormVisibility(true)}
+ value="Register New Client"
+ onClick={() => props.registerPersonFormVisibility(true)}
/>
<input type="button"
- value="Register New Person"
- onClick={() => props.registerPersonFormVisibility(true)}
+ value="Register New Item"
+ onClick={() => props.registerItemFormVisibility(true)}
/>
<input type="button" value="Placeholder1" />