@@ -43,6 +43,7 @@ export const AiAssistantManagementEditPages = (props: Props): JSX.Element => {
</div>
<SelectablePagePageList
+ isEditable
method="delete"
methodButtonPosition="right"
pages={selectedPages}
@@ -173,6 +173,7 @@ export const AiAssistantKeywordSearch = (props: Props): JSX.Element => {
</h4>
<div className="px-4">
pages={pagesWithGlobPath ?? []}
method="add"
onClickMethodButton={addPage}
@@ -141,6 +141,7 @@ export const AiAssistantManagementPageTreeSelection = (props: Props): JSX.Elemen
method="remove"