mirror of
https://github.com/Sheldan/abstracto.git
synced 2026-04-09 02:09:38 +00:00
[AB-xxx] do not delete embedding message if the message embedding fails
fixing code for top level container config (not sure how that worked before)
This commit is contained in:
@@ -8,6 +8,6 @@ import lombok.experimental.SuperBuilder;
|
||||
public class TopLevelContainerConfig extends ContainerConfig implements ComponentConfig {
|
||||
@Override
|
||||
public ComponentTypeConfig getType() {
|
||||
return ComponentTypeConfig.SECTION;
|
||||
return ComponentTypeConfig.CONTAINER;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user