mirror of
https://git.rwth-aachen.de/acs/public/villas/web/
synced 2025-03-09 00:00:01 +01:00
remove todo
This commit is contained in:
parent
24650a0b08
commit
b009124882
1 changed files with 0 additions and 1 deletions
|
@ -25,7 +25,6 @@ class IcsDataManager extends RestDataManager {
|
|||
}
|
||||
|
||||
doActions(ic, action, token = null) {
|
||||
// TODO: Make only infrastructure component id dependent
|
||||
RestAPI.post(this.makeURL(this.url + '/' + ic.id + '/action'), action, token).then(response => {
|
||||
AppDispatcher.dispatch({
|
||||
type: 'ics/action-started',
|
||||
|
|
Loading…
Add table
Reference in a new issue