mirror of
https://github.com/HDInnovations/UNIT3D-Community-Edition.git
synced 2026-04-23 03:34:22 -05:00
patch: livewire url attributes
This commit is contained in:
@@ -26,7 +26,9 @@ class TopicPostSearch extends Component
|
||||
{
|
||||
use WithPagination;
|
||||
|
||||
#[Url]
|
||||
#TODO: Update URL attributes once Livewire 3 fixes upstream bug. See: https://github.com/livewire/livewire/discussions/7746
|
||||
|
||||
#[Url(history: true)]
|
||||
public string $search = '';
|
||||
|
||||
public Topic $topic;
|
||||
|
||||
Reference in New Issue
Block a user