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 @@ -21883,9 +21883,6 @@ If this is provided then any other \`actionButton*\` properties will be ignored.
Note that you should still provide an \`onAction\` function in order to handle keyboard submission.",
"isDefault": false,
"name": "customPrimaryAction",
"systemTags": [
"core",
],
},
{
"description": "Use this slot to add secondary actions to the prompt input.",
Expand Down
2 changes: 0 additions & 2 deletions src/prompt-input/interfaces.ts
Original file line number Diff line number Diff line change
Expand Up @@ -173,8 +173,6 @@ export interface PromptInputProps
* Use this to replace the primary action.
* If this is provided then any other `actionButton*` properties will be ignored.
* Note that you should still provide an `onAction` function in order to handle keyboard submission.
*
* @awsuiSystem core
*/
customPrimaryAction?: React.ReactNode;

Expand Down
Loading