<LiveboardEmbed
ref={ref}
liveboardId={liveboardId}
frameParams={liveboard_frame_params}
liveboardV2
visibleActions={isCustomReport ? CUSTOM_REPORTS_LIVEBOARD_VISIBLE_ACTIONS : LIVEBOARD_VISIBLE_ACTIONS}
runtimeFilters={runtimeFilters}
showLiveboardTitle={isCustomReport}
showLiveboardDescription={isCustomReport}
onAddToFavorites={handleAddToFavorites}
onSave={handleSave}
onMakeACopy={handleMakeACopy}
customizations={getThoughtspotLiveboardStyleCustomizations(palette)}
onLoad={onLoadLiveboard}
onLiveboardRendered={onLiveboardRendered}
runtimeParameters={[{ name: 'Currency Code', value: 'INR' }]}
/>
<LiveboardEmbed
ref={ref}
liveboardId={liveboardId}
frameParams={liveboard_frame_params}
liveboardV2
visibleActions={isCustomReport ? CUSTOM_REPORTS_LIVEBOARD_VISIBLE_ACTIONS : LIVEBOARD_VISIBLE_ACTIONS}
runtimeFilters={runtimeFilters}
showLiveboardTitle={isCustomReport}
showLiveboardDescription={isCustomReport}
onAddToFavorites={handleAddToFavorites}
onSave={handleSave}
onMakeACopy={handleMakeACopy}
customizations={getThoughtspotLiveboardStyleCustomizations(palette)}
onLoad={onLoadLiveboard}
onLiveboardRendered={onLiveboardRendered}
runtimeParameters={[{ name: 'Currency Code', value: 'INR' }]}
/>