WIP Сделала колонки
This commit is contained in:
@@ -7,8 +7,8 @@ const state = () => ({
|
||||
end: "18:00",
|
||||
},
|
||||
selectedDates: {
|
||||
from: moment(),
|
||||
to: moment().clone().add(6, "day"),
|
||||
from: moment().clone().startOf("week"),
|
||||
to: moment().clone().endOf("week"),
|
||||
},
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user