miss
This commit is contained in:
parent
78ebb748ea
commit
776b6e540e
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ export const DataSetScreen: React.FunctionComponent = observer(() => {
|
||||||
onClickEmptyCard={() => {
|
onClickEmptyCard={() => {
|
||||||
store.openEmptyCard()
|
store.openEmptyCard()
|
||||||
}}
|
}}
|
||||||
/>ч
|
/>
|
||||||
<Drawer
|
<Drawer
|
||||||
title={DrawersDataset.FormBuilderDrawer}
|
title={DrawersDataset.FormBuilderDrawer}
|
||||||
onClose={() => store.editDrawer(DrawersDataset.FormBuilderDrawer, false)}
|
onClose={() => store.editDrawer(DrawersDataset.FormBuilderDrawer, false)}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue