Remove confirm button while setting up google datasource

This commit is contained in:
Adria Navarro 2023-05-29 11:45:40 +02:00
parent 7da9a04124
commit 498eedaf19
1 changed files with 1 additions and 0 deletions

View File

@ -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}