fix(sqllab): disable Save dataset until the query runs successfully (#43330)

This commit is contained in:
Mehmet Salih Yavuz
2026-08-21 12:56:42 +03:00
committed by GitHub
parent 6e22050b50
commit 65910abf21
6 changed files with 85 additions and 4 deletions
@@ -35,6 +35,7 @@ const mockedProps = {
onSave: () => {},
saveQueryWarning: null,
columns: [],
canSaveDataset: true,
};
const mockState = {