fix: faster search for Change Dataset modal (#12669)

This commit is contained in:
Jesse Yang 2021-01-22 14:26:02 -08:00 committed by GitHub
parent 57b0bd2a04
commit 55232e235a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -133,7 +133,7 @@ const ChangeDatasourceModal: FunctionComponent<ChangeDatasourceModalProps> = ({
}),
});
},
1000,
300,
[filter],
);