🚧 WIP: refactor useCertificate to use tanstack qeury

This commit is contained in:
Fred KISSIE
2026-07-24 21:03:52 +01:00
parent 762c79511b
commit 49854f31a5
2 changed files with 55 additions and 39 deletions
@@ -22,6 +22,7 @@ type ResourceAccessCertIndicatorProps = {
orgId: string;
domainId: string;
fullDomain: string;
initialCertValue?: any;
};
function getStatusColor(status: string) {