added picker, button update and small changes

Signed-off-by: Jakob Röhrl <jakob.roehrl@web.de>
This commit is contained in:
Jakob Röhrl
2019-04-24 12:28:10 +02:00
committed by Julius Härtl
parent 1cd1684936
commit 49e1d8e8ec
3 changed files with 32 additions and 16 deletions

View File

@@ -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)