add name to Udf component

This commit is contained in:
Harald Bamberger
2026-07-23 07:59:02 +02:00
parent a83fe561b9
commit 507b47e9ea
+1
View File
@@ -4,6 +4,7 @@ import FormInput from '../Form/Input.js';
import ApiUdf from '../../api/udf.js';
export default {
name: 'CoreUdfCmpt',
components: {
CoreFetchCmpt,
FormInput