Browse Source

chore: disable time format temporarily

appflowy 3 năm trước cách đây
mục cha
commit
a19536d525

+ 1 - 1
frontend/rust-lib/flowy-grid/src/services/field/type_options/date_type_option.rs

@@ -41,7 +41,7 @@ impl DateTypeOption {
     }
 
     fn fmt_str(&self) -> String {
-        format!("{} {}", self.date_format.format_str(), self.time_format.format_str())
+        format!("{}", self.date_format.format_str())
     }
 }