**Description:** In Add category component the validation errors and filled values are not cleared when closed both by `x` icon and `cancel` button. https://github.com/user-attachments/assets/17b0f428-e639-4137-8f5d-bf105f219fc6 **Steps to Reproduce:** - Open the Charge Item Definition -> Add Category. - Leave the slug field empty and trigger the validation. - A validation error appears. - Close the component/modal using the close (X) icon or the Cancel button. - Reopen. **Expected Behavior:** - Closing the component/modal should reset all fields and clear any validation errors.