- ✓ Check-in saved. Thank you. -
- ); if (state.kind === "error") return (
@@ -471,6 +484,49 @@ function LoadingState() {
);
}
+function SuccessDestination({
+ orgName,
+ onAnother,
+}: {
+ orgName: string;
+ onAnother: () => void;
+}) {
+ return (
+
+ Thank you. We've recorded this check-in for{" "}
+ {orgName}. Your engagement coordinator will see
+ it on their next review.
+ It's safe to close this window.
+ Check-in saved
+
+
+ {currencyFmt.format(n)} +
+ ); +} + function Label({ id, field }: { id: string; field: FieldConfig }) { return (