소스 검색

chore: disable time format temporarily

appflowy 3 년 전
부모
커밋
a19536d525
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      frontend/rust-lib/flowy-grid/src/services/field/type_options/date_type_option.rs

+ 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())
     }
 }