Skip to content

Commit ec24936

Browse files
Merge pull request #212 from terminusdb/newDoc
diff view message
2 parents e1d088d + d05974d commit ec24936

File tree

4 files changed

+108
-76
lines changed

4 files changed

+108
-76
lines changed

package-lock.json

Lines changed: 89 additions & 73 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/tdb-dashboard/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@
7676
"react": "^18.2.0",
7777
"react-anchor-link-smooth-scroll": "^1.0.12",
7878
"react-bootstrap": "^2.7.0",
79+
"react-bootstrap-pagination-control": "^1.0.5",
7980
"react-codemirror2": "^7.2.1",
8081
"react-collapsed": "^3.6.0",
8182
"react-collapsible-component": "^1.3.4",

packages/tdb-dashboard/src/components/Alerts.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ export const Alerts = ({message, type, onCancel, time}) => {
6565
<div className="d-flex justify-content-between">
6666
<div className="w-100">
6767
<FaExclamationTriangle className="me-1 mb-1" />
68-
<strong>Oops! Something went wrong.</strong> {message}
68+
{/*<strong>Oops! Something went wrong.</strong>*/} {message}
6969
</div>
7070
<AlertCloseButton className={"alert_btn_close alert_danger_text"} onClick={() => onClose("danger")}/>
7171
</div>

0 commit comments

Comments
 (0)