fix: jalali date defaults, calendar arrow direction, payment status label, edit page load, and session holding notification
This commit is contained in:
@@ -112,7 +112,7 @@ import Button from 'primevue/button';
|
||||
const route = useRoute();
|
||||
const router = useRouter();
|
||||
const { showSuccess, showError } = useToast();
|
||||
const { toLatinDigits } = usePersianDate();
|
||||
const { toLatinDigits, getTodayJalali } = usePersianDate();
|
||||
|
||||
const sessionId = route.params.id;
|
||||
const isEditMode = computed(() => !!sessionId);
|
||||
|
||||
Reference in New Issue
Block a user