fix: axios error icon
This commit is contained in:
parent
74cdbfe91b
commit
575e9f1ab8
1 changed files with 1 additions and 1 deletions
|
|
@ -44,7 +44,7 @@ api.interceptors.response.use(
|
||||||
useLoader().hide();
|
useLoader().hide();
|
||||||
dialog({
|
dialog({
|
||||||
color: 'negative',
|
color: 'negative',
|
||||||
icon: 'priority_high',
|
icon: 'mdi-alert',
|
||||||
title: 'เกิดข้อผิดพลาด',
|
title: 'เกิดข้อผิดพลาด',
|
||||||
actionText: 'ตกลง',
|
actionText: 'ตกลง',
|
||||||
persistent: true,
|
persistent: true,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue