mirror of
https://github.com/usetrmnl/byos_laravel.git
synced 2026-01-14 07:27:47 +00:00
fix: console warning proxy_cloud property does not exist on component
This commit is contained in:
parent
3141b3cc41
commit
e0124ccb15
1 changed files with 1 additions and 2 deletions
|
|
@ -222,8 +222,7 @@ new class extends Component {
|
||||||
<flux:tooltip
|
<flux:tooltip
|
||||||
content="Proxies images from the TRMNL Cloud service when no image is set (available in TRMNL DEV Edition only)."
|
content="Proxies images from the TRMNL Cloud service when no image is set (available in TRMNL DEV Edition only)."
|
||||||
position="bottom">
|
position="bottom">
|
||||||
<flux:switch wire:model.live="proxy_cloud"
|
<flux:switch wire:click="toggleProxyCloud({{ $device->id }})"
|
||||||
wire:click="toggleProxyCloud({{ $device->id }})"
|
|
||||||
:checked="$device->proxy_cloud"
|
:checked="$device->proxy_cloud"
|
||||||
:disabled="$device->mirror_device_id !== null"
|
:disabled="$device->mirror_device_id !== null"
|
||||||
label="☁️ Proxy"/>
|
label="☁️ Proxy"/>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue