Skip to content

Commit

Permalink
fix: frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
Angular2Guy committed Nov 14, 2023
1 parent 3c9115c commit 4ac824e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ export class DocSearchComponent {
}

protected search(): void {
this.searchResults = [];
const startDate = new Date();
this.msWorking = 0;
this.searching = true;
Expand Down
4 changes: 2 additions & 2 deletions frontend/src/angular/src/app/model/documents.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import { DocumentFile } from "./document-file";

/**
* Copyright 2023 Sven Loesekann
Licensed under the Apache License, Version 2.0 (the "License");
Expand All @@ -12,6 +10,8 @@ import { DocumentFile } from "./document-file";
See the License for the specific language governing permissions and
limitations under the License.
*/
import { DocumentFile } from "./document-file";

export interface DocumentSearch {
searchString: string;
}
Expand Down

0 comments on commit 4ac824e

Please sign in to comment.