mirror of
https://github.com/MichaelMure/git-bug.git
synced 2024-12-15 02:01:43 +03:00
webui: list by default only open bugs
This commit is contained in:
parent
d052ecf671
commit
c4f5cae4a4
@ -164,7 +164,7 @@ function ListQuery() {
|
||||
const location = useLocation();
|
||||
const history = useHistory();
|
||||
const params = new URLSearchParams(location.search);
|
||||
const query = params.get('q') || '';
|
||||
const query = params.get('q') || 'status:open';
|
||||
|
||||
const [input, setInput] = useState(query);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user