Sha256: 45b62a0c4e543913ca9f76fcfe0c9c731e612c55712f9c77db0f02e08eff5c3f
Contents?: true
Size: 709 Bytes
Versions: 18
Compression:
Stored size: 709 Bytes
Contents
// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`Content Table should render and contain appropriate components 1`] = ` <LoadingState loading={false} loadingText="Loading" timeout={300} > <Table columns={Array []} emptyState={ Object { "header": "No Content found", } } itemCount={2} onPaginationChange={[Function]} ouiaId="content-table-table" pagination={Object {}} rows={ Array [ Object { "dummy_content_id": 1, "dummy_content_name": "dummy_name_1", }, Object { "dummy_content_id": 2, "dummy_content_name": "dummy_name_2", }, ] } /> </LoadingState> `;
Version data entries
18 entries across 18 versions & 1 rubygems