mirror of
https://github.com/hcengineering/platform.git
synced 2024-12-19 00:41:47 +03:00
LOVE widget: a different background (#7288)
This commit is contained in:
parent
58630c285e
commit
94fe72e12f
@ -69,7 +69,6 @@
|
|||||||
configure={configure && floor?._id === _floor._id}
|
configure={configure && floor?._id === _floor._id}
|
||||||
rooms={getRooms($rooms, _floor._id)}
|
rooms={getRooms($rooms, _floor._id)}
|
||||||
selected={floor?._id === _floor._id}
|
selected={floor?._id === _floor._id}
|
||||||
background={'var(--theme-navpanel-color)'}
|
|
||||||
on:configure={() => {
|
on:configure={() => {
|
||||||
if (floor?._id === _floor._id) {
|
if (floor?._id === _floor._id) {
|
||||||
configure = !configure
|
configure = !configure
|
||||||
|
Loading…
Reference in New Issue
Block a user