Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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",
},
{
Expand Down
1 change: 0 additions & 1 deletion src/container/interfaces.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down
Loading