Admin: Automatically refresh application list
This commit is contained in:
parent
aea9c8e878
commit
b8d2ec698c
@ -21,6 +21,11 @@ class ApplicationList extends Component
|
|||||||
$this->resetPage();
|
$this->resetPage();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public function refresh()
|
||||||
|
{
|
||||||
|
$this->resetPage();
|
||||||
|
}
|
||||||
|
|
||||||
public function approveApplication($uuid)
|
public function approveApplication($uuid)
|
||||||
{
|
{
|
||||||
$service = new SynapseService();
|
$service = new SynapseService();
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<div>
|
<div wire:poll.10s="refresh">
|
||||||
<div class="max-w-5xl mx-auto p-6">
|
<div class="max-w-5xl mx-auto p-6">
|
||||||
<h1 class="text-2xl font-bold mb-4">Application Management</h1>
|
<h1 class="text-2xl font-bold mb-4">Application Management</h1>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user