set icon for timepicker field and set deafult step to 0
This commit is contained in:
@@ -74,7 +74,7 @@ function Form({
|
||||
disable={value === 1}
|
||||
setData={setData}
|
||||
timeStart={true}
|
||||
data={data}
|
||||
data={data[parent]}
|
||||
/>
|
||||
</ContentText>
|
||||
<ContentText text="زمان پایان">
|
||||
@@ -84,7 +84,7 @@ function Form({
|
||||
disable={value === 1}
|
||||
setData={setData}
|
||||
timeStart={false}
|
||||
data={data}
|
||||
data={data[parent]}
|
||||
/>
|
||||
</ContentText>
|
||||
<div
|
||||
|
||||
Reference in New Issue
Block a user