Skip to content

Commit 7d01917

Browse files
committed
fixing table_data bug in apiKeys screen
1 parent f762abf commit 7d01917

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

src/views/ApiKeys/table_data.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@
44
{ "name": "Created", "sort": true }
55
],
66
"rows": [
7-
]
7+
],
8+
"loading": false
89
}

src/views/login/login.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,10 +84,10 @@ const LoginComponent = () => {
8484
{loading && <div className={'align-items-center d-flex flex justify-center mt-3'}>
8585
<Spinner height={'1rem'} width={'1rem'}/>
8686
</div>}
87-
<button
87+
<button
8888
type="button"
8989
onClick={() => handleLoginWithGoogle()}
90-
className="w-full mt-5 text-center hudden justify-center focus:ring-0 focus:outline-none rounded border border-dark-200 md:text-md sm:text-sm text-[10px] px-5 py-3 inline-flex items-center mb-2"
90+
className="w-full mt-5 text-center hidden justify-center focus:ring-0 focus:outline-none rounded border border-dark-200 md:text-md sm:text-sm text-[10px] px-5 py-3 inline-flex items-center mb-2"
9191
>
9292
<img src="/images/google.svg" alt=""/>
9393
<span

0 commit comments

Comments
 (0)