Commit a9025ed3 authored by Justin Ho's avatar Justin Ho

Remove recent searches when not available

The default value of `[]` does not make the recent searches
section hidden, thus `null` needs to be used.
parent 902d768d
......@@ -83,7 +83,7 @@ export default {
return {
initialRender: true,
recentSearchesPromise: null,
recentSearches: [],
recentSearches: null,
filterValue: this.initialFilterValue,
selectedSortOption,
selectedSortDirection,
......
---
title: Polish Jira issues UI
merge_request: 37095
author:
type: changed
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment