Ivan

Results 2 issues of Ivan

Checkboxes are not checked when the page loads, although they should. The problem was in a non-strict condition Solution for ItemListTree.vue: ```vue ``` Solution for ItemListStatusButton.vue: ```js statusOn() { if...

No properties of the uploaded file ```typescript export default defineEventHandler(async (event) => { const { file } = await readBody(event) await storeFileLocally( file.content, // the stringified version of the file...