mirror of
https://github.com/apache/superset.git
synced 2026-04-26 03:24:53 +00:00
fix: datasets populating after user creation (#12368)
This commit is contained in:
@@ -30,7 +30,7 @@ interface SaveDatasetModalProps {
|
||||
onOk: () => void;
|
||||
onHide: () => void;
|
||||
handleDatasetNameChange: (e: React.FormEvent<HTMLInputElement>) => void;
|
||||
handleSaveDatasetModalSearch: (searchText: string) => void;
|
||||
handleSaveDatasetModalSearch: (searchText: string) => Promise<void>;
|
||||
filterAutocompleteOption: (
|
||||
inputValue: string,
|
||||
option: { value: string; datasetId: number },
|
||||
|
||||
Reference in New Issue
Block a user