Added tag actor editing.
This commit is contained in:
@@ -261,6 +261,7 @@ const fields = computed(() => [
|
||||
key: 'tags',
|
||||
type: 'tags',
|
||||
value: scene.value.tags.toSorted((tagA, tagB) => tagA.name.localeCompare(tagB.name)),
|
||||
simplify: false,
|
||||
},
|
||||
{
|
||||
key: 'movies',
|
||||
|
||||
Reference in New Issue
Block a user