refactor(01): dialog before submit (abbreviation alert) & i18n

This commit is contained in:
puriphatt 2024-08-09 06:17:57 +00:00
parent 10a54647af
commit e38c76e7d3
6 changed files with 53 additions and 20 deletions

View file

@ -50,7 +50,7 @@ api.interceptors.response.use(
icon: 'mdi-alert',
title:
err.response.status >= 400 && err.response.status < 500
? 'warning'
? 'form.warning.title'
: 'errorOccurred',
persistent: true,
enablei18n: true,