update modal button text
This commit is contained in:
parent
a117f3542c
commit
a24f2e4142
|
@ -68,7 +68,7 @@
|
||||||
disabled={!Object.keys(integration).length}
|
disabled={!Object.keys(integration).length}
|
||||||
title="Data"
|
title="Data"
|
||||||
confirmText="Continue"
|
confirmText="Continue"
|
||||||
cancelText="Start from scratch"
|
cancelText="Create a new table with Budibase DB"
|
||||||
size="M"
|
size="M"
|
||||||
onCancel={() => internalTableModal.show()}
|
onCancel={() => internalTableModal.show()}
|
||||||
onConfirm={() => {
|
onConfirm={() => {
|
||||||
|
|
Loading…
Reference in New Issue