add note about confirming your own, plus other helpful verbiage, plus notify messages that don't linger

This commit is contained in:
2024-04-23 09:13:57 -06:00
parent 1df2d3ed05
commit d316f4924b
3 changed files with 18 additions and 6 deletions

View File

@@ -153,7 +153,7 @@ export default class QuickActionBvcBeginView extends Vue {
timeResult?.error?.userMessage ||
"There was an error sending the time.",
},
-1,
5000,
);
}
}
@@ -180,7 +180,7 @@ export default class QuickActionBvcBeginView extends Vue {
attendResult?.error?.userMessage ||
"There was an error sending the attendance.",
},
-1,
5000,
);
}
}
@@ -199,7 +199,7 @@ export default class QuickActionBvcBeginView extends Vue {
title: "Success",
text: actions,
},
-1,
3000,
);
}
@@ -211,9 +211,9 @@ export default class QuickActionBvcBeginView extends Vue {
group: "alert",
type: "danger",
title: "Error",
text: error.userMessage || "There was an error sending claims.",
text: error.userMessage || "There was an error sending the claims.",
},
-1,
5000,
);
}
}