Skip to content

Commit 51fc93e

Browse files
huchenleiChenlei Hu
authored andcommitted
[Bug] Remove default dialog close button on news dialog (#3758)
1 parent 8c5ccb0 commit 51fc93e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/services/dialogService.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -399,6 +399,7 @@ export const useDialogService = () => {
399399
}
400400
},
401401
dialogComponentProps: {
402+
closable: false,
402403
modal: false,
403404
position: 'bottomright'
404405
}

0 commit comments

Comments
 (0)