@cryptotaxi247 / CoPilot / commits / 33fae7bc

Changed default value for Grafana org. (#625)

oliver-oat committed Jan 24, 2026 at 18:10 UTC 33fae7bc85a7601cad738fb9da9827983d67c5f8
1 file changed +1 -1
frontend/src/components/customers/provision/CustomerProvisionWizard.vue
+1 -1
@@ -478,7 +478,7 @@ function getClearForm(settings?: CustomerProvisioningDefaultSettings): CustomerP
478 // step1
479 customer_code: customerCode.value,
480 customer_name: customerName.value,
481 - customer_grafana_org_name: "",
481 + customer_grafana_org_name: customerName.value,
482 dfir_iris_username: "",
483
484 // step 2