diff --git a/studio/src/components/Selector/index.js b/studio/src/components/Selector/index.js index 7631b2a6..cfe6de0d 100644 --- a/studio/src/components/Selector/index.js +++ b/studio/src/components/Selector/index.js @@ -119,7 +119,9 @@ function Selector({ } }} notFoundContent={ - actions.includes('admin') || actions.includes('create') ? ( + searchValue === '' ? ( + + ) : actions.includes('admin') || actions.includes('create') ? (