mirror of
https://github.com/rowyio/rowy.git
synced 2025-12-29 00:16:39 +01:00
fix duration icon
This commit is contained in:
@@ -2,7 +2,7 @@ import { lazy } from "react";
|
||||
import { IFieldConfig, FieldType } from "@src/components/fields/types";
|
||||
import withHeavyCell from "../_withTableCell/withHeavyCell";
|
||||
|
||||
import DurationIcon from "@mui/icons-material/Timer";
|
||||
import DurationIcon from "@mui/icons-material/TimerOutlined";
|
||||
import BasicCell from "../_BasicCell/BasicCellNull";
|
||||
import NullEditor from "@src/components/Table/editors/NullEditor";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user