MightyHive / chrome-extension

0 stars 0 forks source link

refactor: Uses a single message when Data Layers aren't found. #48

Closed jreidgreer closed 6 years ago

jreidgreer commented 6 years ago

Previously, the task of displaying a "not found" message fell to both default and custom Data Layer components. However, this can produce a confusing UI. This update utilizes a single message if no DLs are found for both types.

Closes #47