2018-04-13 15:33:03 +01:00
|
|
|
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
|
|
|
|
exports[`<BlockSaveButton /> snapshot 1`] = `
|
|
|
|
<button
|
2018-05-18 14:54:21 +01:00
|
|
|
className="btn btn-primary btn-block"
|
2018-04-13 15:33:03 +01:00
|
|
|
disabled={false}
|
|
|
|
type="submit"
|
|
|
|
>
|
|
|
|
Save
|
|
|
|
</button>
|
|
|
|
`;
|