@cododelia
@cododelia
Add `ai` label) 😉
If relevant - I'm almost finished making a vuejs component wrapper for excalidraw If interested, you can follow the news in my Telegram channel.
UP And needs to support Gihub Copilot Chat 😀
To solve this - i do replace: ```php ->action(function (Proxy $record, EditProxy $livewire, Forms\Components\DateTimePicker $component) { $record->recheck(update: true); $livewire->refreshFormData(['broken_at']); }) ``` with ```php ->action(function (Proxy $record, EditProxy $livewire, Forms\Components\DateTimePicker $component)...