Field job changed permissions and other things

This commit is contained in:
Simon Pocrnjič
2025-10-31 13:21:54 +01:00
parent 0d9c8c8b30
commit 5f879c9436
6 changed files with 160 additions and 46 deletions
+2 -2
View File
@@ -130,9 +130,9 @@ const redirectIfNoContracts = () => {
}
};
onMounted(() => {
/*onMounted(() => {
redirectIfNoContracts();
});
});*/
watch(
() => (Array.isArray(props.contracts) ? props.contracts.length : null),