Skip to content

Commit

Permalink
fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Sparowhawk committed Nov 5, 2024
1 parent 69b74a4 commit 19ee31d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@ function OverrideAPIScreen({ navigation }: OverrideAPIScreenProps) {
<Box
mt={theme.dimensions.standardMarginBetween}
mb={idx === group.endpoints.length - 1 ? theme.dimensions.standardMarginBetween : undefined}>
{IndividualQueryDisplay(endpoint, overrideErrors, setErrors, clearData)}
{IndividualQueryDisplay(endpoint, temporaryErrors, setErrors, clearData)}
</Box>
)
})
Expand Down

0 comments on commit 19ee31d

Please sign in to comment.