mirror of
https://github.com/apache/superset.git
synced 2026-04-18 23:55:00 +00:00
Fix copypasta control label error 'Until' -> 'Since' (#3399)
This commit is contained in:
committed by
GitHub
parent
ac5da46fb2
commit
3b4cd812ae
@@ -559,7 +559,7 @@ export const controls = {
|
||||
since: {
|
||||
type: 'DateFilterControl',
|
||||
freeForm: true,
|
||||
label: 'Until',
|
||||
label: 'Since',
|
||||
default: '7 days ago',
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user