change date type for req & design and fields & add requests & fix bug appointment and dashboard
This commit is contained in:
@@ -14,7 +14,7 @@ function Field({
|
||||
<TextField
|
||||
{...props}
|
||||
size="small"
|
||||
defaultValue={value}
|
||||
defaultValue={value || ""}
|
||||
type={type || "text"}
|
||||
multiline={!!multiline}
|
||||
rows={!!multiline ? 4 : 1}
|
||||
|
||||
Reference in New Issue
Block a user