display datasource name in import overview
This commit is contained in:
@@ -95,7 +95,7 @@ export const ImportDashboardFormV2 = ({
|
||||
|
||||
return (
|
||||
<Field
|
||||
label={input.pluginId}
|
||||
label={input.name}
|
||||
description={input.description}
|
||||
key={input.pluginId}
|
||||
invalid={!!errors[dataSourceOption]}
|
||||
|
||||
@@ -121,7 +121,7 @@ export const ImportDashboardForm = ({
|
||||
const current = watchDataSources ?? [];
|
||||
return (
|
||||
<Field
|
||||
label={input.pluginId}
|
||||
label={input.name}
|
||||
description={input.description}
|
||||
key={dataSourceOption}
|
||||
invalid={errors.dataSources && !!errors.dataSources[index]}
|
||||
|
||||
Reference in New Issue
Block a user