Add new predefined refinement options (#67)

* Add new predefined refinement options

* Fix prettier

* Add icon to SelectModelModal title
This commit is contained in:
arcticfly
2023-07-19 20:10:08 -07:00
committed by GitHub
parent 6e3f90cd2f
commit e598e454d0
9 changed files with 281 additions and 134 deletions

View File

@@ -35,7 +35,7 @@ const CompareFunctions = ({
return (
<HStack w="full" spacing={5}>
<VStack w="full" spacing={4} maxH="50vh" fontSize={12} lineHeight={1} overflowY="auto">
<VStack w="full" spacing={4} maxH="40vh" fontSize={12} lineHeight={1} overflowY="auto">
<DiffViewer
oldValue={originalFunction}
newValue={newFunction || originalFunction}