Skip to content

Commit

Permalink
[desk-tool] fix restore document button color
Browse files Browse the repository at this point in the history
  • Loading branch information
vicmeow authored and rexxars committed Oct 6, 2020
1 parent bce6e2c commit 2ccd642
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ export function HistoryRestoreAction({id, type, revision, onComplete}) {
const [error, setError] = React.useState<Error | null>(null)
return {
label: 'Restore',
color: 'primary',
onHandle: () => {
setConfirmDialogOpen(true)
},
Expand Down

0 comments on commit 2ccd642

Please sign in to comment.