refactor: refs #8717 change toModule prop type from String to Object
gitea/salix-front/pipeline/pr-dev There was a failure building this commit Details

This commit is contained in:
Jose Antonio Tubau 2025-03-24 09:55:03 +01:00
parent 1a46576572
commit fb00824ee3
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ const $props = defineProps({
default: null,
},
toModule: {
type: String,
type: Object,
default: null,
},
});