exilence-next
exilence-next copied to clipboard
Remove Snapshot datetime format is incorrect
Describe the bug
The format provided to moment.js in ExilenceNextApp\src\components\remove-snapshots-dialog\RemoveSnapshotsDialog.tsx:100
is incorrect, the given format is 'YYYY-MM-DD HH:MM'
instead of 'YYYY-MM-DD HH:mm'
resulting in the month of the snapshot being rendered in the minutes positions
To Reproduce Steps to reproduce the behavior:
- Take at least 1 snapshot
- Open then
Remove Snapshots
dialogue - Observe the minutes value is equal to the current month and not the minutes of the snapshot
This will be fixed in my PR #863