Skip to content

Commit

Permalink
[field] Remove revert changes button from groups
Browse files Browse the repository at this point in the history
  • Loading branch information
rexxars committed Oct 6, 2020
1 parent 9d8c39d commit e361e65
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions packages/@sanity/field/src/diff/changes/GroupChange.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import * as React from 'react'
import {GroupChangeNode} from '../types'
import {ChangeBreadcrumb} from './ChangeBreadcrumb'
import {ChangeResolver} from './ChangeResolver'
import {RevertChangesButton} from './RevertChangesButton'

import styles from './GroupChange.css'

Expand All @@ -19,10 +18,6 @@ export function GroupChange({change: group}: {change: GroupChangeNode}) {
<ChangeResolver key={change.key} change={change} />
))}
</div>

<div>
<RevertChangesButton />
</div>
</div>
)
}

0 comments on commit e361e65

Please sign in to comment.