fix: date issue in mobile view

This commit is contained in:
RaktimaNXG
2024-02-07 18:45:52 +05:30
parent ef68fe1c85
commit 4a52d327ce
@@ -66,7 +66,8 @@ function PlaceholderType(props) {
useEffect(() => {
if (props.isNeedSign) {
const updateDate = new Date(props.pos.widgetValue);
// props.pos.widgetValue
const updateDate = new Date();
setStartDate(updateDate);
}
}, []);