Skip to content

Commit dcdd56a

Browse files
change invocation link input field from disabled to readonly
1 parent 00d4ddc commit dcdd56a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

client/src/components/WorkflowInvocationState/WorkflowInvocationShare.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ watch(
194194
</BInputGroupText>
195195
</BInputGroupPrepend>
196196

197-
<BFormInput type="text" :value="invocationLink" disabled />
197+
<BFormInput type="text" :value="invocationLink" readonly />
198198

199199
<BInputGroupAppend>
200200
<CopyToClipboard

0 commit comments

Comments
 (0)