Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
2025-08-12 08:48:29 +02:00
parent 71c2fdc7f1
commit b75c56d39a
4 changed files with 263 additions and 8 deletions

View File

@@ -8,7 +8,7 @@
let error = $state(null);
let {
getCandidates = async text => {},
heading = t('add_user'),
heading = t('add_object',{object:t('user')}),
users = $bindable({})
} = $props();