remove create budibase db button
This commit is contained in:
parent
1ba7c89492
commit
86428f3998
|
@ -68,9 +68,8 @@
|
||||||
disabled={!Object.keys(integration).length}
|
disabled={!Object.keys(integration).length}
|
||||||
title="Data"
|
title="Data"
|
||||||
confirmText="Continue"
|
confirmText="Continue"
|
||||||
cancelText="Create a new table with Budibase DB"
|
showCancelButton={false}
|
||||||
size="M"
|
size="M"
|
||||||
onCancel={() => internalTableModal.show()}
|
|
||||||
onConfirm={() => {
|
onConfirm={() => {
|
||||||
chooseNextModal()
|
chooseNextModal()
|
||||||
}}
|
}}
|
||||||
|
|
Loading…
Reference in New Issue