Skip to content

Commit dfb0c0a

Browse files
committed
fix: callback cannot be edited
1 parent 8c49406 commit dfb0c0a

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/pages/IdentityProvider/Create/CallbackURL.tsx

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,7 @@ export const CallbackURL = () => {
3333
proFieldProps={{
3434
render: () => {
3535
return (
36-
<Paragraph
37-
editable={{ triggerType: ['text'] }}
38-
copyable={{ text: redirectURL }}
39-
style={{ marginBottom: '0' }}
40-
>
36+
<Paragraph copyable={{ text: redirectURL }} style={{ marginBottom: '0' }}>
4137
<span
4238
dangerouslySetInnerHTML={{
4339
__html: `<span>${redirectURL}</span>`,

0 commit comments

Comments
 (0)