Skip to content
This repository has been archived by the owner on May 12, 2022. It is now read-only.

Commit

Permalink
Fixed some example syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
dilan-dio4 committed May 4, 2021
1 parent 5367cc4 commit a540f27
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion example/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const IntegrationExample = () => (
)

const ProjectExample = () => (
<EasybaseProvider ebconfig={ebconfig2} options={{ logging: true }}>
<EasybaseProvider ebconfig={ebconfig} options={{ logging: true }}>
<ProjectUser />
</EasybaseProvider>
)
Expand Down
2 changes: 1 addition & 1 deletion example/src/DbExample.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ const DbExample = () => {
<button className="btn green" onClick={() => changePage(10)}><span>Next</span></button>
</div>
<div className="d-flex align-items-center">
<p className="m-4">Edit frame size: </p>
<p className="m-4">Edit db limit: </p>
<input type="number" onChange={e => setFrameLength(+e.target.value)} value={frameLength} />
</div>
<div className="d-flex align-items-center">
Expand Down

0 comments on commit a540f27

Please sign in to comment.