Remove confirm button while setting up google datasource
This commit is contained in:
parent
7da9a04124
commit
498eedaf19
|
@ -22,6 +22,7 @@
|
|||
title={`Connect to ${IntegrationNames[datasource.type]}`}
|
||||
cancelText="Back"
|
||||
size="L"
|
||||
showConfirmButton={false}
|
||||
>
|
||||
<!-- check true and false directly, don't render until flag is set -->
|
||||
{#if isGoogleConfigured === true}
|
||||
|
|
Loading…
Reference in New Issue