Membership Pages
This commit is contained in:
parent
2bd704a57a
commit
177421717e
|
@ -415,7 +415,6 @@ export const Membership = observer(() => {
|
|||
}}
|
||||
>
|
||||
<Form form={form} layout="vertical">
|
||||
{store.authentication.userData.role === "Admin" && (
|
||||
<Form.Item
|
||||
name="supplier"
|
||||
label="Supplier"
|
||||
|
@ -429,7 +428,6 @@ export const Membership = observer(() => {
|
|||
))}
|
||||
</Select>
|
||||
</Form.Item>
|
||||
)}
|
||||
<Form.Item
|
||||
name="amount"
|
||||
label="Amount"
|
||||
|
|
Loading…
Reference in New Issue
Block a user