Skip to content

Commit

Permalink
fix: v1.4.0 release issue due to frontend warning as error
Browse files Browse the repository at this point in the history
  • Loading branch information
reata committed Mar 31, 2023
1 parent c0f9102 commit 17c38a4
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
16 changes: 10 additions & 6 deletions sqllineagejs/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion sqllineagejs/src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ export default function App() {
if (dialect !== "") {
setDialectSelected(dialect);
}
})
}, [])

return (
<Router basename={process.env.PUBLIC_URL}>
Expand Down

0 comments on commit 17c38a4

Please sign in to comment.