Skip to content

Commit 003fea3

Browse files
committed
fix: OU-1236 cleanup
1 parent 5b16071 commit 003fea3

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

web/src/components/dashboards/perses/dashboard-action-modals.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,6 @@ export const DuplicateActionModal = ({ dashboard, isOpen, onClose }: ActionModal
240240
const result = dynamicValidationSchema.safeParse(currentValues);
241241

242242
if (!result.success) {
243-
// Apply validation errors for the current form values
244243
result.error.issues.forEach((issue) => {
245244
if (issue.path[0] === 'dashboardName') {
246245
form.setError('dashboardName', {

0 commit comments

Comments
 (0)