mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2025-03-14 22:48:35 +03:00
* client: fix wrong data type for client tags
This commit is contained in:
parent
61d8ec8dae
commit
df487cbc07
1 changed files with 2 additions and 0 deletions
|
@ -36,6 +36,8 @@ class ClientsTable extends Component {
|
|||
|
||||
if (values.tags) {
|
||||
config.tags = values.tags.map(tag => tag.value);
|
||||
} else {
|
||||
config.tags = [];
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue