fix: exact search field should not required
This commit is contained in:
parent
2f8221e894
commit
cb789b0ac1
3 changed files with 2 additions and 5 deletions
|
|
@ -9,5 +9,5 @@ export interface Search {
|
|||
value: string;
|
||||
exact?: boolean;
|
||||
}[];
|
||||
exact: boolean;
|
||||
exact?: boolean;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue