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