mirror of
https://github.com/documenso/documenso.git
synced 2025-11-17 10:11:35 +10:00
fix: API token deletion not reflected in cache until page reload (#1128)
Stops the API token copy card from continuing to appear when a newly created token has been subsequently deleted.
This commit is contained in:
committed by
GitHub
parent
c2374a9d65
commit
994f6867f5
@ -32,7 +32,7 @@ export default async function ApiTokensPage() {
|
||||
|
||||
<hr className="my-4" />
|
||||
|
||||
<ApiTokenForm className="max-w-xl" />
|
||||
<ApiTokenForm className="max-w-xl" tokens={tokens} />
|
||||
|
||||
<hr className="mb-4 mt-8" />
|
||||
|
||||
|
||||
Reference in New Issue
Block a user