Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
eyurtsev committed Mar 21, 2024
1 parent ed0f089 commit db202ac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/app/components/Extractor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export const Extractor = ({ extractorId, isShared }: ExtractorProps) => {
<TabPanel>
<Form schema={data.schema} validator={validator}>
{true} {/* Disables the submit button */}
</Form>
</Form>
</TabPanel>
<TabPanel>
<Text className="mt-1 mb-5">
Expand Down
3 changes: 2 additions & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
"format": "prettier --write .",
"format:check": "prettier --config .prettierrc --check \"app\"",
"lint": "eslint --cache --ext .tsx,.jsx --config .eslintrc.json . --ignore-path .gitignore",
"lint:fix": "yarn lint --fix"
"lint:fix": "yarn lint --fix",
"fix": "prettier --write . && yarn lint --fix"
},
"dependencies": {
"@chakra-ui/icons": "^2.1.0",
Expand Down

0 comments on commit db202ac

Please sign in to comment.