mirror of
https://github.com/ReVanced/revanced-website.git
synced 2026-01-18 16:53:56 +00:00
fix: hide submit button after submission
This commit is contained in:
@@ -280,7 +280,7 @@
|
||||
submitModal = false;
|
||||
}}>{submitted || erred ? 'Close' : 'Cancel'}</Button
|
||||
>
|
||||
{#if !erred ?? !submitted}
|
||||
{#if !erred || !submitted}
|
||||
<Button
|
||||
kind="text"
|
||||
on:click={() => {
|
||||
|
||||
Reference in New Issue
Block a user