fix: fix front #1061

Merged
carlossa merged 9 commits from hotfix-irpfDaysOnWard into master 2024-12-16 11:05:35 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 5b0e36fa4e - Show all commits

View File

@ -22,7 +22,7 @@ const denyRequestIndex = ref(null);
const itemRequestsOptions = ref([]);
const userParams = {
state: 'pending',
daysOnward: '7',
daysOnward: 7,
};
const tableRef = ref();
onMounted(async () => {