1
0
Fork 0
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:
Sonja Happ 2020-06-23 09:39:08 +02:00
parent 24650a0b08
commit b009124882

View file

@ -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',