1
0
Fork 0
mirror of synced 2024-06-02 02:25:17 +12:00

remove create budibase db button

This commit is contained in:
Peter Clement 2021-09-30 10:50:27 +01:00
parent e0e4048b37
commit 978f08f30d

View file

@ -68,9 +68,8 @@
disabled={!Object.keys(integration).length}
title="Data"
confirmText="Continue"
cancelText="Create a new table with Budibase DB"
showCancelButton={false}
size="M"
onCancel={() => internalTableModal.show()}
onConfirm={() => {
chooseNextModal()
}}