mirror of
https://github.com/apache/superset.git
synced 2026-04-21 17:14:57 +00:00
fix(sqllab): make to hide the delete button of most recent query history (#19358)
This commit is contained in:
@@ -31,6 +31,7 @@ const mockedProps = {
|
||||
removeQuery: NOOP,
|
||||
},
|
||||
displayLimit: 1000,
|
||||
latestQueryId: 'yhMUZCGb',
|
||||
};
|
||||
|
||||
const setup = (overrides = {}) => (
|
||||
|
||||
Reference in New Issue
Block a user