Fixed false not accepted as actor edit value.
This commit is contained in:
@@ -657,7 +657,7 @@ const fields = computed(() => [
|
||||
key: 'gender',
|
||||
type: 'select',
|
||||
value: actor.value.gender,
|
||||
options: ['female', 'male', 'transsexual', 'other', null],
|
||||
options: [null, 'female', 'male', 'transsexual', 'other'],
|
||||
inline: true,
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user