@@ -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;