Parcourir la source

ajuste notificacao mais de 1 prestador no pedido

Gustavo Zanatta il y a 3 semaines
Parent
commit
6ed5df38db
1 fichiers modifiés avec 5 ajouts et 0 suppressions
  1. 5 0
      src/pages/search/components/SchedulingDialog.vue

+ 5 - 0
src/pages/search/components/SchedulingDialog.vue

@@ -563,6 +563,11 @@ const onDateSelected = (val) => {
           $q.notify({
             message: t("service_package.other_provider_blocked"),
             type: "warning",
+            timeout: 10000,
+            progress: true,
+            actions: [
+              { icon: "close", color: "white", round: true, dense: true },
+            ],
           });
 
           return;