You've already forked AstralRinth
forked from didirus/AstralRinth
fix hydration error in moderation queue (#5038)
* fix hydration error in moderation queue * disabled moderation button when no projects * fix circular prop type issue * Make moderation checklist clientonly
This commit is contained in:
@@ -64,6 +64,7 @@
|
||||
<ButtonStyled color="orange" class="w-full sm:w-auto">
|
||||
<button
|
||||
class="flex !h-[40px] w-full items-center justify-center gap-2 sm:w-auto"
|
||||
:disabled="paginatedProjects?.length === 0"
|
||||
@click="moderateAllInFilter()"
|
||||
>
|
||||
<ScaleIcon class="flex-shrink-0" />
|
||||
|
||||
Reference in New Issue
Block a user