Skip to content

Commit

Permalink
REmove unused properties
Browse files Browse the repository at this point in the history
  • Loading branch information
nsharma123 committed Jan 17, 2025
1 parent b464f2b commit 6d71997
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 8 deletions.
1 change: 0 additions & 1 deletion src/app-root.ts
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,6 @@ export class AppRoot extends LitElement {
.modalManager=${this.modalManager}
.analyticsHandler=${this.analyticsHandler}
.pageContext=${'search'}
.activeTabId=${'uploads'}
@visiblePageChanged=${this.visiblePageChanged}
@baseQueryChanged=${this.baseQueryChanged}
@searchTypeChanged=${this.searchTypeChanged}
Expand Down
2 changes: 0 additions & 2 deletions src/collection-browser.ts
Original file line number Diff line number Diff line change
Expand Up @@ -219,8 +219,6 @@ export class CollectionBrowser

@property({ type: String }) pageContext: CollectionBrowserContext = 'search';

@property({ type: String }) activeTabId: string = '';

@property({ type: Object })
restorationStateHandler: RestorationStateHandlerInterface = new RestorationStateHandler(
{
Expand Down
5 changes: 0 additions & 5 deletions src/manage/manage-bar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,6 @@ export class ManageBar extends LitElement {
*/
@property({ type: String }) label = msg('Select items to remove');

/**
* Specifies the context in which the collection browser is being used
*/
@property({ type: String }) activeTabId?: string;

/**
* The shared modal manager component for displaying modal dialogs on this page
*/
Expand Down

0 comments on commit 6d71997

Please sign in to comment.