Shun Miyazawa 8 mesi fa
parent
commit
d91fbd1820

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

@@ -150,7 +150,7 @@ const EditablePagePath = memo((props: EditablePagePathProps): JSX.Element => {
             onBlur={handleInputBlur}
             onChange={e => setInputValue(e.target.value)}
             onKeyDown={handleInputKeyDown}
-            inputStyle={{ maxWidth: (editingContainerRect?.width ?? 0) - 10}}
+            inputStyle={{ maxWidth: (editingContainerRect?.width ?? 0) - 10 }}
           />
         )
         : (