This commit is contained in:
Daniel
2023-07-05 10:43:37 +03:30
parent 9af7bab1db
commit 818b04b781
3 changed files with 15 additions and 38 deletions
-1
View File
@@ -60,7 +60,6 @@ export type LinkSearchFilter = {
name: boolean;
url: boolean;
description: boolean;
collection: boolean;
tags: boolean;
};