fix(sqllab): make to hide the delete button of most recent query history (#19358)

This commit is contained in:
smileydev
2022-04-03 21:59:38 -04:00
committed by GitHub
parent ea708162a5
commit 5db36ec81c
5 changed files with 21 additions and 7 deletions

View File

@@ -31,6 +31,7 @@ const mockedProps = {
removeQuery: NOOP,
},
displayLimit: 1000,
latestQueryId: 'yhMUZCGb',
};
const setup = (overrides = {}) => (