Remove comment ans trigger workflow run
This commit is contained in:
@@ -247,7 +247,6 @@ const DynamicJsonForm = ({
|
|||||||
onChange(newValue);
|
onChange(newValue);
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
console.error("Failed to update form value:", error);
|
console.error("Failed to update form value:", error);
|
||||||
// Keep the original value unchanged
|
|
||||||
onChange(value);
|
onChange(value);
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user