mirror of
https://github.com/apache/superset.git
synced 2026-04-10 03:45:22 +00:00
add explicit message display for 'Fetching Annotation Layer' error (#3631)
This commit is contained in:
committed by
Maxime Beauchemin
parent
b866b33dee
commit
bd45e3b19a
@@ -37,7 +37,7 @@ const SelectAsyncControl = ({ value, onChange, dataEndpoint,
|
||||
<Select
|
||||
dataEndpoint={dataEndpoint}
|
||||
onChange={onSelectionChange}
|
||||
onAsyncError={() => notify.error(onAsyncErrorMessage)}
|
||||
onAsyncError={errorMsg => notify.error(onAsyncErrorMessage + ': ' + errorMsg)}
|
||||
mutator={mutator}
|
||||
multi={multi}
|
||||
value={value}
|
||||
|
||||
Reference in New Issue
Block a user