Explorar el Código

chore: disable time format temporarily

appflowy hace 3 años
padre
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 {
     fn fmt_str(&self) -> String {
-        format!("{} {}", self.date_format.format_str(), self.time_format.format_str())
+        format!("{}", self.date_format.format_str())
     }
     }
 }
 }