diff --git a/src/__tests__/snapshot-tests/__snapshots__/documenter.test.ts.snap b/src/__tests__/snapshot-tests/__snapshots__/documenter.test.ts.snap index 5e121a8df6..982e5ddec9 100644 --- a/src/__tests__/snapshot-tests/__snapshots__/documenter.test.ts.snap +++ b/src/__tests__/snapshot-tests/__snapshots__/documenter.test.ts.snap @@ -32805,9 +32805,6 @@ Use this if you need to wait for a response from the server before the user can "description": "Specifies right-aligned custom primary actions for the wizard. Overwrites existing buttons (e.g. Cancel, Next, Finish).", "isDefault": false, "name": "customPrimaryActions", - "systemTags": [ - "core", - ], }, { "description": "Specifies left-aligned secondary actions for the wizard. Use a button dropdown if multiple actions are required.", diff --git a/src/wizard/interfaces.ts b/src/wizard/interfaces.ts index 97fb647e38..2cf0dab770 100644 --- a/src/wizard/interfaces.ts +++ b/src/wizard/interfaces.ts @@ -105,8 +105,6 @@ export interface WizardProps extends BaseComponentProps { /** * Specifies right-aligned custom primary actions for the wizard. Overwrites existing buttons (e.g. Cancel, Next, Finish). - * - * @awsuiSystem core */ customPrimaryActions?: React.ReactNode;