Actually save the values

This commit is contained in:
Damian Mooyman 2020-07-06 14:36:17 +12:00
parent 2790d7504a
commit 748ef1a8f0
No known key found for this signature in database
GPG Key ID: 19B1752E86A700BB
1 changed files with 1 additions and 1 deletions

View File

@ -326,7 +326,7 @@ class TagField extends MultiSelectField
}
}
return parent::setValue(array_filter($value));
return parent::setValue($values);
}
/**