Skip to content

Commit 34111c5

Browse files
fixed hidden ok/cancel button in modals
1 parent ecea950 commit 34111c5

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

client/packages/lowcoder/src/pages/ApplicationV2/components/CreateApiKeyModal.tsx

+2
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,8 @@ function CreateApiKeyModal(props: CreateApiKeyModalProps) {
134134
width="500px"
135135
title={"Create API Key"}
136136
open={modalVisible}
137+
showOkButton
138+
showCancelButton
137139
okText={"Save"}
138140
okButtonProps={{
139141
loading: saveLoading

client/packages/lowcoder/src/pages/editor/right/PluginPanel/index.tsx

+2
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,8 @@ export default function PluginPanel() {
9797
</Footer>
9898
<CustomModal
9999
centered
100+
showOkButton
101+
showCancelButton
100102
title={trans("npm.addPluginModalTitle")}
101103
open={isAddModalShow}
102104
onOk={handleAddNewPlugin}

0 commit comments

Comments
 (0)