Skip to content
Snippets Groups Projects
Unverified Commit 1a5a69b0 authored by Anton Kulyk's avatar Anton Kulyk Committed by GitHub
Browse files

Fix Data Model page blank if database doesn't exist (#16694)

* Add repro for #14652

* Fix blank screen when DB does not exist

DataSelector assumes `schemas` is an array.
But it's `undefined` if db does not exist

* Fix data model page state when DB does not exist

* Move prop-types to the top

* Fix invalid database request
parent b92ad6cf
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment