Fixed todos so they get picked up by extensions.
This commit is contained in:
@@ -27,7 +27,7 @@ function OwnerDetailFormContainer({ form, owner, refetch }) {
|
||||
notification["success"]({
|
||||
message: t("owners.successes.save")
|
||||
});
|
||||
//TODO: Better way to reset the field decorators?
|
||||
//TODO Better way to reset the field decorators?
|
||||
if (refetch) refetch().then();
|
||||
form.resetFields();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user