Skip to content

Commit

Permalink
Remove lit properties for class fields.
Browse files Browse the repository at this point in the history
  • Loading branch information
jrobbins committed Nov 15, 2023
1 parent b46ba6e commit 82c0311
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ export class ChromedashAdminBlinkComponentListing extends LitElement {

static get properties() {
return {
_client: {attribute: false},
editing: {type: Boolean, reflect: true},
component: {type: Object},
index: {type: Number},
Expand Down
3 changes: 0 additions & 3 deletions client-src/elements/chromedash-admin-blink-page.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,7 @@ export class ChromedashAdminBlinkPage extends LitElement {
return {
loading: {type: Boolean},
user: {type: Object},
_client: {attribute: false},
_editMode: {type: Boolean},
components: {type: Array},
usersMap: {type: Object},
};
}

Expand Down

0 comments on commit 82c0311

Please sign in to comment.