Update index.vue

parent 9aca81f0
...@@ -496,7 +496,7 @@ export default defineComponent({ ...@@ -496,7 +496,7 @@ export default defineComponent({
if (deleteResult.data.error.code === config.API_RES_CODE.OK.code) { if (deleteResult.data.error.code === config.API_RES_CODE.OK.code) {
Notify.create({ Notify.create({
type: 'positive', type: 'positive',
message: i18n.global.t('customer.actionMessages.deleteUserAccess'), message: 'Duyệt booking thành công',
actions: [{ icon: 'close', color: 'white' }], actions: [{ icon: 'close', color: 'white' }],
}); });
void getListBooking(); void getListBooking();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment