fix: change number
gitea/salix-front/pipeline/pr-master This commit looks good Details

This commit is contained in:
Carlos Satorres 2024-12-12 09:18:32 +01:00
parent 842a3775f1
commit 5b0e36fa4e
1 changed files with 1 additions and 1 deletions

View File

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