mirror of
https://github.com/apache/superset.git
synced 2026-06-01 13:49:21 +00:00
feat(frontend): Replace ESLint with OXC hybrid linting architecture (#35506)
Co-authored-by: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -64,7 +64,7 @@ const SelectAsyncControl = ({
|
||||
...props
|
||||
}: SelectAsyncControlProps) => {
|
||||
const [options, setOptions] = useState<SelectOptionsType>([]);
|
||||
const [loaded, setLoaded] = useState<Boolean>(false);
|
||||
const [loaded, setLoaded] = useState<boolean>(false);
|
||||
|
||||
const handleOnChange = (val: SelectValue) => {
|
||||
let onChangeVal = val;
|
||||
|
||||
Reference in New Issue
Block a user