From f98be2e19fcd5c8958f555aff6b6473b4ce61ddd Mon Sep 17 00:00:00 2001 From: Saqib Ansari Date: Fri, 25 Feb 2022 15:05:31 +0530 Subject: [PATCH] chore: undo unintentional creation timestamp change Co-authored-by: gavin --- .../doctype/customize_form_field/customize_form_field.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frappe/custom/doctype/customize_form_field/customize_form_field.json b/frappe/custom/doctype/customize_form_field/customize_form_field.json index 1d721c57ec..e29a485663 100644 --- a/frappe/custom/doctype/customize_form_field/customize_form_field.json +++ b/frappe/custom/doctype/customize_form_field/customize_form_field.json @@ -1,7 +1,7 @@ { "actions": [], "autoname": "hash", - "creation": "2022-01-25 14:14:07.063385", + "creation": "2013-02-22 01:27:32", "doctype": "DocType", "document_type": "Setup", "editable_grid": 1,