mirror of
https://github.com/fosrl/pangolin.git
synced 2026-09-16 10:59:06 +02:00
Fix ESLint issues: prefer-const warnings and missing semicolons
Co-authored-by: oschwartz10612 <4999704+oschwartz10612@users.noreply.github.com>
This commit is contained in:
co-authored by
oschwartz10612
parent
4f5091ed7f
commit
2259879595
@@ -106,7 +106,7 @@ export default function Page() {
|
||||
async function onSubmit(data: CreateFormValues) {
|
||||
setCreateLoading(true);
|
||||
|
||||
let payload: CreateOrgApiKeyBody = {
|
||||
const payload: CreateOrgApiKeyBody = {
|
||||
name: data.name
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user