generated from filamentphp/plugin-skeleton
-
-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
Hi there ππ½
While using the v3 I was able to use the component like this ππ½
<x-filament-simple-alert::simple-alert
icon="{{ Icon::DOCUMENT_TEXT->value }}"
icon-vertical-alignment="start"
color="{{ Color::GRAY->value }}"
title="{{ DocumentType::from($allowedUploadType)->label() }}"
description="{{ $description }}"
:actions="[
$this->uploadDocument()(['type' => $allowedUploadType]),
]"
:border="true"
/>But, with v4 I get an error, Undefined variable $getColor. I couldn't find anything related in the docs, I wonder if that's possible?
Thank you very much ππ½
Metadata
Metadata
Assignees
Labels
No labels