Skip to content
This repository has been archived by the owner on Mar 11, 2021. It is now read-only.

Commit

Permalink
Merge pull request #23 from kwdavidson/patch-1
Browse files Browse the repository at this point in the history
Update floorplan-card.js
  • Loading branch information
pkozul authored Mar 3, 2020
2 parents 4eff1f0 + 256eb03 commit 40d8897
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/floorplan/floorplan-card.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class FloorplanCard extends HTMLElement {
}

setConfig(config) {
this.config = config;
this.config = JSON.parse(JSON.stringify(config));

this.initCard(config);
this.setIsLoading(true);
Expand Down

0 comments on commit 40d8897

Please sign in to comment.