Update confirm button props
parent
f93b735c92
commit
bed72b1396
|
@ -34,7 +34,7 @@ const OverlayControls = props => {
|
|||
<ConfirmButtons
|
||||
onCancel={onCancel}
|
||||
onConfirm={onSave}
|
||||
isSavable={isSavable}
|
||||
isDisabled={!isSavable}
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue