From 6853acd0c9406d9abe1572e19902aa7ea823b05c Mon Sep 17 00:00:00 2001 From: Gabriel Horner Date: Sat, 28 Sep 2024 00:49:52 -0400 Subject: [PATCH] fix: tweak datetime label DateTime is a lot more common than Datetime as it makes Time more distinct and easier for users to visually parse --- src/main/frontend/components/property.cljs | 9 +-------- src/main/frontend/components/property/config.cljs | 4 +++- 2 files changed, 4 insertions(+), 9 deletions(-) diff --git a/src/main/frontend/components/property.cljs b/src/main/frontend/components/property.cljs index a832604f9..378fb65db 100644 --- a/src/main/frontend/components/property.cljs +++ b/src/main/frontend/components/property.cljs @@ -33,13 +33,6 @@ [promesa.core :as p] [rum.core :as rum])) -(defn- property-type-label - [property-type] - (case property-type - :default - "Text" - ((comp string/capitalize name) property-type))) - (defn-