mirror of
https://github.com/garethgeorge/backrest.git
synced 2026-09-20 23:15:44 +00:00
fix: migrate prune policy options to oneof
This commit is contained in:
@@ -490,7 +490,6 @@ const ForgetOperationDetails = ({ forgetOp }: { forgetOp: OperationForget }) =>
|
||||
}
|
||||
|
||||
const RunHookOperationStatus = ({ op }: { op: Operation }) => {
|
||||
|
||||
if (op.op.case !== "operationRunHook") {
|
||||
return <>Wrong operation type</>;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user