diff --git a/src/__tests__/snapshot-tests/__snapshots__/documenter.test.ts.snap b/src/__tests__/snapshot-tests/__snapshots__/documenter.test.ts.snap index 5e121a8df6..76ac094faa 100644 --- a/src/__tests__/snapshot-tests/__snapshots__/documenter.test.ts.snap +++ b/src/__tests__/snapshot-tests/__snapshots__/documenter.test.ts.snap @@ -9643,9 +9643,6 @@ exports[`Components definition for container matches the snapshot: container 1`] "description": "Determines whether the container footer has padding. If \`true\`, removes the default padding from the footer.", "name": "disableFooterPaddings", "optional": true, - "systemTags": [ - "core", - ], "type": "boolean", }, { diff --git a/src/container/interfaces.ts b/src/container/interfaces.ts index 1a447d0ef1..97f36ff5ca 100644 --- a/src/container/interfaces.ts +++ b/src/container/interfaces.ts @@ -69,7 +69,6 @@ export interface ContainerProps extends BaseComponentProps { /** * Determines whether the container footer has padding. If `true`, removes the default padding from the footer. - * @awsuiSystem core */ disableFooterPaddings?: boolean;