fix: forget operations failing with new retention policy format

This commit is contained in:
garethgeorge
2024-03-19 09:50:57 -07:00
parent 1fc0c95359
commit 0a059bbb39
4 changed files with 23 additions and 5 deletions
+2 -2
View File
@@ -377,12 +377,12 @@ const ForgetOperationDetails = ({ forgetOp }: { forgetOp: OperationForget }) =>
{"removed snapshot " + normalizeSnapshotId(f.id!) + " taken at " + formatTime(Number(f.unixTimeMs))} <br />
</div>
))}</pre>
Policy:
{/* Policy:
<ul>
{policyDesc.map((desc, idx) => (
<li key={idx}>{desc}</li>
))}
</ul>
</ul> */}
</>,
},
]}