}
metrics={
}
renderContent={(tab, updateTab) => (
updateTab({ viewType: v })}
viewName={tab.label}
onViewNameChange={(name) => updateTab({ label: name })}
tableRef={hubTableRef}
showViewCounts={showViewCounts}
onShowViewCountsChange={setShowViewCounts}
creatingViewType={creatingViewType}
creatingViewName={creatingName}
onCreatingViewNameChange={setCreatingName}
onCancelCreation={handleCancelCreation}
onCommitCreation={handleCommitCreation}
/>
)}
/>
)
}