fix: disabled search in team collection (#2523)

Co-authored-by: liyasthomas <liyascthomas@gmail.com>
This commit is contained in:
Joel Jacob Stephen 2022-07-25 14:01:26 +05:30 committed by GitHub
parent 722864da62
commit c0e3a2be0b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,6 +11,7 @@
autocomplete="off"
:placeholder="$t('action.search')"
class="py-2 pl-4 pr-2 bg-transparent"
:disabled="collectionsType.type == 'team-collections'"
/>
</div>
<CollectionsChooseType