File tree 1 file changed +1
-5
lines changed
1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change 50
50
let details = ' ' ;
51
51
let encoding: Writable <PayloadInputEncoding > = writable (' json/plain' );
52
52
let messageType = ' ' ;
53
- let inputRetrieved = 0 ;
54
53
55
54
let initialWorkflowId = ' ' ;
56
55
let initialWorkflowType = ' ' ;
136
135
input = initialValues .input ;
137
136
encoding .set (initialValues .encoding );
138
137
messageType = initialValues .messageType ;
139
- inputRetrieved = Date .now ();
140
138
summary = initialValues .summary ;
141
139
details = initialValues .details ;
142
140
265
263
label =" Workflow Type"
266
264
on:blur ={(e ) => onInputChange (e , ' workflowType' )}
267
265
/>
268
- {#key inputRetrieved }
269
- <PayloadInputWithEncoding bind:input bind:encoding bind:messageType />
270
- {/ key }
266
+ <PayloadInputWithEncoding bind:input bind:encoding bind:messageType />
271
267
{#if viewAdvancedOptions }
272
268
<Card class =" flex flex-col gap-2" >
273
269
<div class =" flex flex-wrap justify-between" >
You can’t perform that action at this time.
0 commit comments