mirror of
https://github.com/immich-app/immich.git
synced 2024-12-27 10:58:13 +02:00
fix(web): concurrency link on jobs page (#8572)
fix concurrency link on jobs page Co-authored-by: Alex Tran <alex.tran1502@gmail.com>
This commit is contained in:
parent
7e611fa99c
commit
3a69e5e819
@ -30,7 +30,7 @@
|
||||
|
||||
<UserPageLayout title={data.meta.title} admin>
|
||||
<div class="flex justify-end" slot="buttons">
|
||||
<a href="{AppRoute.ADMIN_SETTINGS}?open=job">
|
||||
<a href="{AppRoute.ADMIN_SETTINGS}?isOpen=job">
|
||||
<LinkButton>
|
||||
<div class="flex place-items-center gap-2 text-sm">
|
||||
<Icon path={mdiCog} size="18" />
|
||||
|
Loading…
Reference in New Issue
Block a user