File tree Expand file tree Collapse file tree 3 files changed +5
-0
lines changed
client/packages/lowcoder/src/pages Expand file tree Collapse file tree 3 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -40,6 +40,8 @@ export function CopyModal(props: CopyModalProps) {
4040 okButtonProps = { { disabled : ! copyName } }
4141 destroyOnClose = { true }
4242 onCancel = { close }
43+ showCancelButton
44+ showOkButton
4345 onOk = { async ( ) => {
4446 let dsl = null ;
4547 await ApplicationApi . getApplicationDetail ( { applicationId : id , type : "editing" } ) . then (
Original file line number Diff line number Diff line change @@ -71,6 +71,7 @@ function AddGroupUserDialog(props: {
7171 } }
7272 okButtonProps = { { loading : confirmLoading } }
7373 showCancelButton = { false }
74+ showOkButton
7475 width = "440px"
7576 okText = { trans ( "finish" ) }
7677 onOk = { async ( ) => {
Original file line number Diff line number Diff line change @@ -93,6 +93,8 @@ function CreateModal(props: CreateModalProp) {
9393 width = "602px"
9494 title = { trans ( "theme.createTheme" ) }
9595 open = { modalVisible }
96+ showOkButton
97+ showCancelButton
9698 onOk = { handleOk }
9799 okButtonProps = { { disabled : ! name || ! selectId } }
98100 onCancel = { handleCancel }
You can’t perform that action at this time.
0 commit comments