You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 positionsTo Reproduce
Steps to reproduce the behavior:
Remove Snapshots
dialogueThe text was updated successfully, but these errors were encountered: