Find as a controller
This commit is contained in:
parent
ad1f3c07fb
commit
fcd15f4f09
9 changed files with 78 additions and 75 deletions
|
@ -25,7 +25,7 @@ export default class FindUseCase {
|
|||
this.consoleClient = consoleClient;
|
||||
}
|
||||
|
||||
async startFind(keyword: string | null): Promise<void> {
|
||||
async startFind(keyword?: string): Promise<void> {
|
||||
this.presenter.clearSelection();
|
||||
if (keyword) {
|
||||
this.saveKeyword(keyword);
|
||||
|
|
Reference in a new issue