fix: org id as number

This commit is contained in:
Reto Aebersold 2023-11-14 17:15:45 +01:00 committed by Christian Cueni
parent 437ffde8b1
commit ad47fd329b
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ watch(
);
const validOrganisation = computed(() => {
return selectedOrganisation.value.id !== "0";
return selectedOrganisation.value.id !== 0;
});
const {