Handle errors in app installation form

This commit is contained in:
Johannes Zellner
2025-01-07 12:49:19 +01:00
parent ee263914aa
commit 58bb2d5f93
3 changed files with 16 additions and 6 deletions

View File

@@ -21,7 +21,7 @@
<script setup>
import { ref, onMounted, defineModel, watch } from 'vue';
import { ref, onMounted, watch } from 'vue';
import { FormGroup, Radiobutton, MultiSelect } from 'pankow';
import UsersModel from '../models/UsersModel.js';
import GroupsModel from '../models/GroupsModel.js';