This commit is contained in:
Benjamin Takats
2022-12-04 14:59:57 +01:00
parent 1e6f36b7de
commit 1e309f9dd1

View File

@@ -1,4 +1,4 @@
@props(['id', 'maxWidth', 'bg'])
@props(['id', 'maxWidth', 'bg' => 'bg-white'])
@php
$id = $id ?? md5($attributes->wire('model'));