Преглед изворни кода

refactor: remove isEditable prop from SelectablePagePageList in AiAssistantManagementPageTreeSelection

Shun Miyazawa пре 8 месеци
родитељ
комит
f475da00af

+ 0 - 1
apps/app/src/features/openai/client/components/AiAssistant/AiAssistantManagementModal/AiAssistantManagementPageTreeSelection.tsx

@@ -141,7 +141,6 @@ export const AiAssistantManagementPageTreeSelection = (props: Props): JSX.Elemen
 
         <div className="px-4">
           <SelectablePagePageList
-            isEditable
             method="remove"
             methodButtonPosition="right"
             pages={pagesWithGlobPath ?? []}