From 050c6dd0363804eb518121e7d852aad8db90c31f Mon Sep 17 00:00:00 2001 From: Roberto Jimenez Sanchez Date: Tue, 2 Dec 2025 19:30:04 +0100 Subject: [PATCH] fix(provisioning): use div instead of Box for path prefix - Box component doesn't accept className prop - Use div with className for custom styling --- .../BulkActions/BulkExportProvisionedResource.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/public/app/features/provisioning/components/BulkActions/BulkExportProvisionedResource.tsx b/public/app/features/provisioning/components/BulkActions/BulkExportProvisionedResource.tsx index 1d4a27cf14b..321123f777a 100644 --- a/public/app/features/provisioning/components/BulkActions/BulkExportProvisionedResource.tsx +++ b/public/app/features/provisioning/components/BulkActions/BulkExportProvisionedResource.tsx @@ -259,15 +259,15 @@ function FormContent({ initialValues, selectedItems, workflowOptions, onDismiss label={t('browse-dashboards.bulk-export-resources-form.path', 'Path')} description={t( 'browse-dashboards.bulk-export-resources-form.path-description-with-repo', - 'The repository path is shown above. Add a sub-path below to organize exported dashboards.' + 'Add a sub-path below to organize exported dashboards.' )} > - +
{repositoryView.path} - +