Update confirm button props

pull/10616/head
Andrew Watkins 2017-05-31 14:09:43 -07:00
parent f93b735c92
commit bed72b1396
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ const OverlayControls = props => {
<ConfirmButtons
onCancel={onCancel}
onConfirm={onSave}
isSavable={isSavable}
isDisabled={!isSavable}
/>
</div>
</div>