Sha256: 3a150eb41978e0db5a1f47bc026fa0661eef96b540fce4ff0ab671ad3dc351e7
Contents?: true
Size: 690 Bytes
Versions: 5
Compression:
Stored size: 690 Bytes
Contents
// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`DeleteTableEntry should render delete parameter 1`] = ` <span> <Button active={false} block={false} bsClass="btn" bsStyle="default" disabled={false} onClick={[Function]} > <Icon name="delete" type="pf" /> </Button> </span> `; exports[`DeleteTableEntry should render disabled button 1`] = ` <span> <Button active={false} block={false} bsClass="btn" bsStyle="default" disabled={true} onClick={[Function]} > <Icon name="delete" type="pf" /> </Button> </span> `; exports[`DeleteTableEntry should render hidden button 1`] = `""`;
Version data entries
5 entries across 5 versions & 1 rubygems