Sha256: 4c1ca55430e2e0440ea2f21903c27a83107410d2e21a37bf82b4da4dd2907591
Contents?: true
Size: 1 KB
Versions: 55
Compression:
Stored size: 1 KB
Contents
// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`ListItem rendering render with Props 1`] = ` <ListViewItem actions={null} additionalInfo={ Array [ <ListItemStatus account={ Object { "generate_report_status": "unknown", "label": "default_org_name", "upload_report_status": "unknown", } } />, ] } checkboxInput={null} compoundExpand={false} compoundExpanded={false} description={null} heading="default_org_name" hideCloseIcon={true} initExpanded={false} leftContent={ <ListViewIcon className="" name="user" size="sm" type="fa" /> } onCloseCompoundExpand={[Function]} onExpand={[Function]} onExpandClose={[Function]} stacked={true} > <Connect(Dashboard) account={ Object { "generate_report_status": "unknown", "label": "default_org_name", "upload_report_status": "unknown", } } accountID="1" /> </ListViewItem> `;
Version data entries
55 entries across 55 versions & 2 rubygems