+ client: handle client tags

This commit is contained in:
Ildar Kamalov
2020-01-28 14:07:47 +03:00
committed by Simon Zolin
parent b519c3a83f
commit 67956597be
10 changed files with 467 additions and 30 deletions

View File

@@ -208,6 +208,7 @@ export const getClients = () => async (dispatch) => {
dispatch(getClientsSuccess({
clients: sortedClients || [],
autoClients: sortedAutoClients || [],
supportedTags: data.supported_tags || [],
}));
} catch (error) {
dispatch(addErrorToast({ error }));