Fix issue in operation log not loading

This commit is contained in:
Pahansith Gunathilake 2024-05-08 17:22:10 +05:30
parent 62722718f2
commit 8fd032c336

View File

@ -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<>();