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