terminusdb / terminusdb-dashboard

Dashboard for TerminusDB
Apache License 2.0
6 stars 5 forks source link

SubmitChangeRequestModal Component breaking change request functionality #312

Closed adamc-sp closed 4 months ago

adamc-sp commented 5 months ago

As initially reported in https://github.com/terminusdb/terminusdb/issues/2116, when you attempt to use the change request functionality, you end up with a blank screen and nothing actually changing.

This looks like multiple components being broken due to Alert not being defined, an example of this is when submitting a change request for approval, as per this line in this file:

https://github.com/terminusdb/terminusdb-dashboard/blob/main/packages/tdb-dashboard/src/components/SubmitChangeRequestModal.js#L45