Fix issue in operation log not loading

master
Pahansith Gunathilake 5 months ago
parent 62722718f2
commit 8fd032c336

@ -22,7 +22,7 @@ import java.util.List;
public class ConfigOperation extends Operation {
private final List<Property> properties;
private final transient List<Property> properties;
public ConfigOperation() {
properties = new ArrayList<>();

Loading…
Cancel
Save