+ {confirm.render(
+
+ Data catalog and database are not set. Run query without them?
+ ,
+ )}
onChange({ ...value, query })}
query={value?.query || ''}
@@ -230,9 +275,8 @@ export function Form({ bucket, className, onChange, value, workgroup }: FormProp
- onChange({ ...value, catalog: catalogName, db: database })
- }
+ className={classes.database}
+ onChange={handleExecutionContext}
value={executionContext}
/>