mirror of
https://github.com/MichaelMure/git-bug.git
synced 2024-12-15 10:12:06 +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 location = useLocation();
|
||||||
const history = useHistory();
|
const history = useHistory();
|
||||||
const params = new URLSearchParams(location.search);
|
const params = new URLSearchParams(location.search);
|
||||||
const query = params.get('q') || '';
|
const query = params.get('q') || 'status:open';
|
||||||
|
|
||||||
const [input, setInput] = useState(query);
|
const [input, setInput] = useState(query);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user