Update refresh handler for project applications
cgen-b699c3d435704364a66f06bfc60f37a2
This commit is contained in:
parent
7c508dbee3
commit
80f2d9d018
1 changed files with 3 additions and 3 deletions
|
|
@ -980,10 +980,10 @@ export default function Admin() {
|
|||
<Button
|
||||
variant="outline"
|
||||
size="sm"
|
||||
onClick={loadApplications}
|
||||
disabled={applicationsLoading}
|
||||
onClick={loadProjectApplications}
|
||||
disabled={projectApplicationsLoading}
|
||||
>
|
||||
{applicationsLoading ? (
|
||||
{projectApplicationsLoading ? (
|
||||
<Loader2 className="mr-2 h-4 w-4 animate-spin" />
|
||||
) : (
|
||||
<RefreshCw className="mr-2 h-4 w-4" />
|
||||
|
|
|
|||
Loading…
Reference in a new issue