{#if rightPanelOpen}
{#if selectedTab === 'history'}
historicInputs?.refresh()} />
{ dispatch('select', { payload: e.detail?.args, type: 'history' }) }} />
{:else if selectedTab === 'saved_inputs'} { dispatch('select', { payload: e.detail, type: 'saved' }) }} {jsonView} /> {:else if selectedTab === 'captures'}
{ dispatch('select', { payload: e.detail, type: 'captures' }) }} bind:this={captureTable} isFlow={true} headless={true} addButton={false} />
{/if}
{/if}