소스 검색

ajuste notificacao mais de 1 prestador no pedido

Gustavo Zanatta 3 주 전
부모
커밋
6ed5df38db
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  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;