Skip to content

Commit c017b08

Browse files
Update python/src/aiconfig/editor/client/src/components/EditorContainer.tsx
fix spacing nit Co-authored-by: Ryan Holinshead <5060851+rholinshead@users.noreply.github.com>
1 parent 11ae630 commit c017b08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/src/aiconfig/editor/client/src/components/EditorContainer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -794,7 +794,7 @@ export default function EditorContainer({
794794
<Container maw="80rem">
795795
<Flex justify="flex-end" mt="md" mb="xs">
796796
<Group>
797-
<Button loading={undefined} onClick={onClearOutputs} size="xs" variant = "gradient">
797+
<Button loading={undefined} onClick={onClearOutputs} size="xs" variant="gradient">
798798
Clear Outputs
799799
</Button>
800800

0 commit comments

Comments
 (0)