mirror of
https://github.com/apache/superset.git
synced 2026-07-27 17:12:36 +00:00
feat(frontend): Replace ESLint with OXC hybrid linting architecture (#35506)
Co-authored-by: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -218,7 +218,7 @@ export const SaveDatasetModal = ({
|
||||
};
|
||||
const formDataWithDefaults = {
|
||||
...EXPLORE_CHART_DEFAULT,
|
||||
...(formData || {}),
|
||||
...formData,
|
||||
};
|
||||
const handleOverwriteDataset = async () => {
|
||||
// if user wants to overwrite a dataset we need to prompt them
|
||||
|
||||
Reference in New Issue
Block a user