Remove comment ans trigger workflow run

This commit is contained in:
Ola Hungerford
2025-02-27 07:15:31 -07:00
parent 90ce628040
commit 426fb87640

View File

@@ -247,7 +247,6 @@ const DynamicJsonForm = ({
onChange(newValue);
} catch (error) {
console.error("Failed to update form value:", error);
// Keep the original value unchanged
onChange(value);
}
};