Revize bd782af2
Přidáno uživatelem plundrichov před více než 4 roky(ů)
client/src/UpcomingRequests.js | ||
---|---|---|
25 | 25 |
type: convertVacationType(request.type), |
26 | 26 |
start: moment(convertedStartDate).format("D.M.YYYY"), |
27 | 27 |
end: null, |
28 |
status: request.status = request.status.toLowerCase()
|
|
28 |
status: request.status.toLowerCase() |
|
29 | 29 |
}) |
30 | 30 |
})) |
31 | 31 |
}).catch(reason => { |
Také k dispozici: Unified diff
re #58 ymanager // danekja#60 // fixed redone