mirror of
https://github.com/fosrl/pangolin.git
synced 2025-08-29 06:08:15 +02:00
more fixes
This commit is contained in:
parent
eff812eaa8
commit
d9ee40c898
48 changed files with 122 additions and 135 deletions
|
@ -89,6 +89,7 @@ export default function Page() {
|
|||
const { env } = useEnvContext();
|
||||
const api = createApiClient({ env });
|
||||
const router = useRouter();
|
||||
const t = useTranslations();
|
||||
|
||||
const [loadingPage, setLoadingPage] = useState(true);
|
||||
const [createLoading, setCreateLoading] = useState(false);
|
||||
|
@ -111,8 +112,6 @@ export default function Page() {
|
|||
}
|
||||
});
|
||||
|
||||
const t = useTranslations();
|
||||
|
||||
async function onSubmit(data: CreateFormValues) {
|
||||
setCreateLoading(true);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue