mirror of
https://github.com/usetrmnl/byos_laravel.git
synced 2026-01-13 15:07:49 +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
|
||||
content="Proxies images from the TRMNL Cloud service when no image is set (available in TRMNL DEV Edition only)."
|
||||
position="bottom">
|
||||
<flux:switch wire:model.live="proxy_cloud"
|
||||
wire:click="toggleProxyCloud({{ $device->id }})"
|
||||
<flux:switch wire:click="toggleProxyCloud({{ $device->id }})"
|
||||
:checked="$device->proxy_cloud"
|
||||
:disabled="$device->mirror_device_id !== null"
|
||||
label="☁️ Proxy"/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue