added email notification about fulfilling upload request

This commit is contained in:
Čarodej
2022-02-24 10:43:35 +01:00
parent a589ee5f7a
commit 45dcdcce16
6 changed files with 82 additions and 4 deletions

View File

@@ -42,7 +42,7 @@ const actions = {
resolve(response)
// Stop loading spinner
if (response.data.data.attributes.status === 'active')
if (['active', 'filled', 'expired'].includes(response.data.data.attributes.status) )
commit('LOADING_STATE', { loading: false, data: [] })
commit('SET_UPLOAD_REQUEST', response.data)