Skip to content
Snippets Groups Projects
Verified Commit dcd0551a authored by Florian Azizian's avatar Florian Azizian
Browse files

FIX #14926 TIME 0:40 all entities were enabled in redirect action modal

parent 1e9d6119
No related branches found
No related tags found
No related merge requests found
......@@ -106,7 +106,8 @@ export class RedirectActionComponent implements OnInit {
...entity,
state : {
selected : false,
opened: false
opened: false,
disabled: entity.state.disabled
}
};
});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment