mirror of https://github.com/buster-so/buster.git
fix broken save sql button
This commit is contained in:
parent
ea0e1f84ac
commit
e99df7cd9d
|
@ -86,7 +86,16 @@ export const SQLContainer: React.FC<{
|
|||
</div>
|
||||
</>
|
||||
);
|
||||
}, [disabledSave, isRunning, onCopySQL, onRunQueryPreflight, onSaveSQL, sql]);
|
||||
}, [
|
||||
disabledSave,
|
||||
isRunning,
|
||||
onCopySQL,
|
||||
onRunQueryPreflight,
|
||||
onSaveSQL,
|
||||
sql,
|
||||
isSaving,
|
||||
onSaveSQLPreflight
|
||||
]);
|
||||
|
||||
return (
|
||||
<FileCard
|
||||
|
|
Loading…
Reference in New Issue