* client: fix wrong data type for client tags
This commit is contained in:
parent
61d8ec8dae
commit
df487cbc07
@ -36,6 +36,8 @@ class ClientsTable extends Component {
|
|||||||
|
|
||||||
if (values.tags) {
|
if (values.tags) {
|
||||||
config.tags = values.tags.map(tag => tag.value);
|
config.tags = values.tags.map(tag => tag.value);
|
||||||
|
} else {
|
||||||
|
config.tags = [];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user