diff options
| author | Henry Jameson <me@hjkos.com> | 2024-02-27 22:02:25 +0200 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2024-02-27 22:02:25 +0200 |
| commit | e2af986323d82ebd15d7a303ed40cc033d933479 (patch) | |
| tree | d43417fb61c5577d12ca60ca0aa533624bf068ce /src/components/underlay.style.js | |
| parent | eab3bfaf0d1e99879f53ead8319892b559ab8ca6 (diff) | |
fix global notices
Diffstat (limited to 'src/components/underlay.style.js')
| -rw-r--r-- | src/components/underlay.style.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/components/underlay.style.js b/src/components/underlay.style.js index 3ed871cc..3e0e1bf1 100644 --- a/src/components/underlay.style.js +++ b/src/components/underlay.style.js @@ -6,8 +6,7 @@ export default { // we are searching for underlay specifically or for whatever is laid on top of it. outOfTreeSelector: '.underlay', validInnerComponents: [ - 'Panel', - 'Alert' + 'Panel' ], defaultRules: [ { |
