Skip to content

Commit

Permalink
Removes conflictedSearchDocs from flyout
Browse files Browse the repository at this point in the history
  • Loading branch information
TinaHeiligers committed Sep 6, 2021
1 parent 81120e6 commit 5861c03
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ export interface FlyoutProps {
}

export interface FlyoutState {
conflictedSearchDocs?: any[]; // potentially unused
unmatchedReferences?: ProcessedImportResponse['unmatchedReferences'];
unmatchedReferencesTablePagination: { pageIndex: number; pageSize: number };
failedImports?: ProcessedImportResponse['failedImports'];
Expand Down

0 comments on commit 5861c03

Please sign in to comment.