mirror of
https://github.com/rowyio/rowy.git
synced 2025-12-29 00:16:39 +01:00
remove Alpha tag from Duration field
This commit is contained in:
@@ -18,7 +18,7 @@ const SideDrawerField = lazy(
|
||||
|
||||
export const config: IFieldConfig = {
|
||||
type: FieldType.duration,
|
||||
name: "Duration (Alpha)",
|
||||
name: "Duration",
|
||||
group: "Date & Time",
|
||||
dataType: "Record<'start' | 'end', firebase.firestore.Timestamp>",
|
||||
initialValue: {},
|
||||
|
||||
Reference in New Issue
Block a user