added picker, button update and small changes
Signed-off-by: Jakob Röhrl <jakob.roehrl@web.de>
This commit is contained in:
committed by
Julius Härtl
parent
1cd1684936
commit
49e1d8e8ec
@@ -152,7 +152,7 @@ export class BoardApi {
|
||||
}
|
||||
|
||||
updateLabel(label) {
|
||||
return axios.put(this.url('/labels/${label.id}'), label)
|
||||
return axios.put(this.url(`/labels/${label.id}`), label)
|
||||
.then(
|
||||
(response) => {
|
||||
return Promise.resolve(response.data)
|
||||
|
||||
Reference in New Issue
Block a user