Skip to content

Commit c299c4b

Browse files
committed
Style tweaks
1 parent cf0cf99 commit c299c4b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

python/src/aiconfig/editor/client/src/components/prompt/PromptsContainer.tsx

+3-3
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,10 @@ export default memo(function PromptsContainer(props: Props) {
5353
<div className={`${classes.promptsContainer} promptsContainer`}>
5454
{!readOnly && (
5555
<AddPromptButton
56-
getModels={props.getModels}
57-
addPrompt={(model: string) => props.onAddPrompt(0, model)}
56+
getModels={props.getModels}
57+
addPrompt={(model: string) => props.onAddPrompt(0, model)}
5858
/>
59-
)}
59+
)}
6060
{props.prompts.map((prompt: ClientPrompt, i: number) => {
6161
const promptId = prompt._ui.id;
6262
const isAnotherPromptRunning =

0 commit comments

Comments
 (0)