ソースを参照

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;