Skip to content

Commit d99843a

Browse files
committed
fix - search public snippets
1 parent dbaee21 commit d99843a

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

frontend/src/app/search-results/search-results-page.component.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,10 @@ export class SearchResultsPageComponent implements OnInit, OnDestroy {
101101
this.searchResults(this.searchText, SearchDomain.PUBLIC_SNIPPETS, 'all');
102102
break;
103103
}
104+
default : {
105+
this.searchPublicBookmarks_when_SearchText_but_No_SearchDomain();
106+
}
104107
}
105-
this.searchPublicBookmarks_when_SearchText_but_No_SearchDomain();
106108
}
107109
});
108110

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Codever",
3-
"version": "7.2.0",
3+
"version": "7.2.1",
44
"description": "Codever - bookmarks, snippets and notes manager for developers & co",
55
"scripts": {
66
"test": "echo \"Error: no test specified\" && exit 1",

0 commit comments

Comments
 (0)