mirror of
https://github.com/apache/superset.git
synced 2026-04-20 00:24:38 +00:00
[sql lab] add pending to the list of searchable statuses (#3292)
This commit is contained in:
committed by
GitHub
parent
ccf505a480
commit
9fcd5d67e4
@@ -11,6 +11,7 @@ export const STATUS_OPTIONS = [
|
|||||||
'success',
|
'success',
|
||||||
'failed',
|
'failed',
|
||||||
'running',
|
'running',
|
||||||
|
'pending',
|
||||||
];
|
];
|
||||||
|
|
||||||
export const TIME_OPTIONS = [
|
export const TIME_OPTIONS = [
|
||||||
|
|||||||
Reference in New Issue
Block a user