Fixed todos so they get picked up by extensions.
This commit is contained in:
@@ -26,7 +26,7 @@ function VehicleDetailFormContainer({ form, vehicle, refetch }) {
|
||||
notification["success"]({
|
||||
message: t("vehicles.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