mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-20 14:43:49 +00:00
add redirection to wopi after doc generation
This commit is contained in:
@@ -94,7 +94,7 @@ const datetimeToISO = (date) => {
|
||||
|
||||
const intervalDaysToISO = (days) => {
|
||||
if (null === days) {
|
||||
return 'PD0';
|
||||
return 'P0D';
|
||||
}
|
||||
|
||||
return `P${days}D`;
|
||||
|
Reference in New Issue
Block a user