Commit 71199669 authored by George Tsiolis's avatar George Tsiolis

Clear ops dashboard project search input on submit

parent d9260cc3
......@@ -53,6 +53,7 @@ export const requestAddProjectsToDashboardError = ({ state }) => {
export const addProjectToken = ({ commit }, project) => {
commit(types.ADD_PROJECT_TOKEN, project);
commit(types.SET_INPUT_VALUE, '');
};
export const clearProjectSearchResults = ({ commit }) => {
......
---
title: Clear ops dashboard project search input on submit
merge_request: 8239
author: George Tsiolis
type: fixed
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