We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ea4709b + 59154c0 commit fd98799Copy full SHA for fd98799
1 file changed
contentcuration/contentcuration/frontend/channelEdit/views/ImportFromChannels/SearchResultsList.vue
@@ -33,7 +33,7 @@
33
</span>
34
<ActionLink
35
class="mx-2"
36
- :disabled="searchIsNotEmpty || currentSearchSaved"
+ :disabled="currentSearchSaved"
37
:text="currentSearchSaved ? $tr('searchSavedSnackbar') : $tr('saveSearchAction')"
38
@click="handleClickSaveSearch"
39
/>
0 commit comments