8093-devToTest_2442_3 #831

Merged
alexm merged 335 commits from 8093-devToTest_2442_3 into test 2024-10-15 07:22:05 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 3bb5f66ce7 - Show all commits

View File

@ -34,7 +34,7 @@ const observationTypes = ref([]);
const vnPaginateRef = ref();
async function insert() {
if (!newNote.text || !newNote.observationTypeFk) return;
if (!newNote.text || ($props.selectType && !newNote.observationTypeFk)) return;
const body = $props.body;
const newBody = {