mirror of
https://git.rwth-aachen.de/acs/public/villas/web/
synced 2025-03-09 00:00:01 +01:00
Update backend submodule
This commit is contained in:
parent
b176beba5d
commit
dcb0f6976a
3 changed files with 4 additions and 4 deletions
2
backend
2
backend
|
@ -1 +1 @@
|
|||
Subproject commit c3bbf18279b892374c8998a455d57ec8acc92501
|
||||
Subproject commit 9cf1ad232248988ad928272c1dedb5ae99c69d13
|
|
@ -69,7 +69,7 @@ class Projects extends React.Component {
|
|||
if (data) {
|
||||
AppDispatcher.dispatch({
|
||||
type: 'projects/start-add',
|
||||
data: data,
|
||||
data,
|
||||
token: this.state.sessionToken
|
||||
});
|
||||
}
|
||||
|
|
|
@ -62,7 +62,7 @@ class Simulations extends Component {
|
|||
if (data) {
|
||||
AppDispatcher.dispatch({
|
||||
type: 'simulations/start-add',
|
||||
data: data,
|
||||
data,
|
||||
token: this.state.sessionToken
|
||||
});
|
||||
}
|
||||
|
@ -110,7 +110,7 @@ class Simulations extends Component {
|
|||
if (data) {
|
||||
AppDispatcher.dispatch({
|
||||
type: 'simulations/start-edit',
|
||||
data: data,
|
||||
data,
|
||||
token: this.state.sessionToken
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue