diff --git a/.changeset/silly-readers-build.md b/.changeset/silly-readers-build.md index f7f5ad8c01..4797c2b036 100644 --- a/.changeset/silly-readers-build.md +++ b/.changeset/silly-readers-build.md @@ -2,4 +2,4 @@ '@backstage/plugin-scaffolder': patch --- -Add a actions filter on the list actions page and drawer. +Add an actions filter on the list actions page and drawer. diff --git a/plugins/scaffolder/report-alpha.api.md b/plugins/scaffolder/report-alpha.api.md index 8d0abc262f..8d581cacba 100644 --- a/plugins/scaffolder/report-alpha.api.md +++ b/plugins/scaffolder/report-alpha.api.md @@ -235,6 +235,7 @@ export const scaffolderTranslationRef: TranslationRef< readonly 'actionsPage.content.tableCell.name': 'Name'; readonly 'actionsPage.content.tableCell.title': 'Title'; readonly 'actionsPage.content.tableCell.description': 'Description'; + readonly 'actionsPage.content.searchFieldPlaceholder': 'Search for an action'; readonly 'actionsPage.content.noRowsDescription': 'No schema defined'; readonly 'actionsPage.title': 'Installed actions'; readonly 'actionsPage.action.input': 'Input'; diff --git a/plugins/scaffolder/src/components/ActionsPage/ActionsPage.tsx b/plugins/scaffolder/src/components/ActionsPage/ActionsPage.tsx index 34df875a67..539a5697d3 100644 --- a/plugins/scaffolder/src/components/ActionsPage/ActionsPage.tsx +++ b/plugins/scaffolder/src/components/ActionsPage/ActionsPage.tsx @@ -316,8 +316,8 @@ export const ActionPageContent = () => { renderInput={params => (