fix: remove url
gitea/salix-front/pipeline/pr-dev This commit looks good Details

This commit is contained in:
Carlos Satorres 2024-12-17 12:59:27 +01:00
parent 2d9d58f79c
commit 3da7425f6f
1 changed files with 0 additions and 3 deletions

View File

@ -254,11 +254,8 @@ const columns = computed(() => [
align: 'left',
columnFilter: {
component: 'select',
url: 'Departments',
attrs: {
options: DepartmentOpts.value,
optionValue: 'id',
optionLabel: 'name',
dense: true,
},
},