Moved actor merge from bio to edit.

This commit is contained in:
2026-07-05 05:18:38 +02:00
parent c82a3477bd
commit b00425e9c0
3 changed files with 40 additions and 23 deletions

View File

@@ -275,6 +275,7 @@ const fields = computed(() => [
},
{
key: 'url',
label: 'URL',
type: 'string',
value: scene.value.url,
enabled: verifyAbility(user, 'scene', 'update'),