feat: erorr on click
This commit is contained in:
parent
7b6784709e
commit
b346e1fdbd
|
@ -71,7 +71,7 @@ export const Product = observer(() => {
|
||||||
placeholder="input search text"
|
placeholder="input search text"
|
||||||
style={{width: 200, marginRight: 10}}
|
style={{width: 200, marginRight: 10}}
|
||||||
/>
|
/>
|
||||||
<ButtononClick={() => setVisibleModal(true)}>
|
<Button onClick={() => setVisibleModal(true)}>
|
||||||
<PlusSquareOutlined/> New
|
<PlusSquareOutlined/> New
|
||||||
</Button>
|
</Button>
|
||||||
</Col>
|
</Col>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user