Skip to content

Commit 6ac2791

Browse files
committed
Updated monitor name
1 parent cae0fce commit 6ac2791

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

weave-js/src/components/PagePanelComponents/Home/Browse3/pages/MonitorsPage/MonitorFormDrawer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ export const MonitorFormDrawer = ({
319319
setNameError('Monitor name is required');
320320
hasValidationErrors = true;
321321
} else {
322-
const nameValidation = validateDatasetName(monitorName);
322+
const nameValidation = validateDatasetName(transformedMonitorName);
323323
if (nameValidation.error) {
324324
setNameError(nameValidation.error);
325325
hasValidationErrors = true;

0 commit comments

Comments
 (0)