mirror of
https://github.com/fosrl/pangolin.git
synced 2026-03-27 21:16:40 +00:00
Fix double id
This commit is contained in:
@@ -150,7 +150,7 @@ export default function CreateSiteProvisioningKeyCredenza({
|
||||
|
||||
const credential =
|
||||
created &&
|
||||
`${created.siteProvisioningKeyId}.${created.siteProvisioningKey}`;
|
||||
created.siteProvisioningKey;
|
||||
|
||||
const unlimitedBatchSize = form.watch("unlimitedBatchSize");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user