@nixweb/nixloc-ui 0.0.61 → 0.0.62
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -256,6 +256,7 @@ export default {
|
|
|
256
256
|
return response.data;
|
|
257
257
|
} else {
|
|
258
258
|
context.commit('insereNotificacao', response.data.notificacoes)
|
|
259
|
+
context.commit('insereMetodoExecutadoApi', 'deleteAllApiErro');
|
|
259
260
|
context.commit('insereToast', 'deleteApiErro');
|
|
260
261
|
return response.data;
|
|
261
262
|
}
|