Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🐛 Save button always enabled for custom-target edit (#1082)
- Fixes an issue where the save button is always enabled for custom-target-update form. This is because the default handler calls setValue due to the file upload component form state being manually managed by the useRuleFiles component. This fix bypasses the setValue call for initially loaded placeholder files. Closes #1073 Signed-off-by: ibolton336 <[email protected]>
- Loading branch information