File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5050 let details = ' ' ;
5151 let encoding: Writable <PayloadInputEncoding > = writable (' json/plain' );
5252 let messageType = ' ' ;
53- let inputRetrieved = 0 ;
5453
5554 let initialWorkflowId = ' ' ;
5655 let initialWorkflowType = ' ' ;
136135 input = initialValues .input ;
137136 encoding .set (initialValues .encoding );
138137 messageType = initialValues .messageType ;
139- inputRetrieved = Date .now ();
140138 summary = initialValues .summary ;
141139 details = initialValues .details ;
142140
265263 label =" Workflow Type"
266264 on:blur ={(e ) => onInputChange (e , ' workflowType' )}
267265 />
268- {#key inputRetrieved }
269- <PayloadInputWithEncoding bind:input bind:encoding bind:messageType />
270- {/ key }
266+ <PayloadInputWithEncoding bind:input bind:encoding bind:messageType />
271267 {#if viewAdvancedOptions }
272268 <Card class =" flex flex-col gap-2" >
273269 <div class =" flex flex-wrap justify-between" >
You can’t perform that action at this time.
0 commit comments