mirror of
https://github.com/Unleash/unleash.git
synced 2025-06-04 01:18:20 +02:00
fix: error in snapshot
This commit is contained in:
parent
913db58c35
commit
f4cbfe8bee
@ -78,12 +78,12 @@ exports[`renders correctly with one strategy 1`] = `
|
|||||||
disabled={false}
|
disabled={false}
|
||||||
name="visibility_off"
|
name="visibility_off"
|
||||||
onClick={[Function]}
|
onClick={[Function]}
|
||||||
title="Deprecate acitvation strategy"
|
title="Deprecate activation strategy"
|
||||||
/>
|
/>
|
||||||
<react-mdl-IconButton
|
<react-mdl-IconButton
|
||||||
name="delete"
|
name="delete"
|
||||||
onClick={[Function]}
|
onClick={[Function]}
|
||||||
title="Delete acitvation strategy"
|
title="Delete activation strategy"
|
||||||
/>
|
/>
|
||||||
</span>
|
</span>
|
||||||
</react-mdl-ListItem>
|
</react-mdl-ListItem>
|
||||||
@ -155,7 +155,7 @@ exports[`renders correctly with one strategy without permissions 1`] = `
|
|||||||
disabled={false}
|
disabled={false}
|
||||||
name="visibility_off"
|
name="visibility_off"
|
||||||
onClick={[Function]}
|
onClick={[Function]}
|
||||||
title="Deprecate acitvation strategy"
|
title="Deprecate activation strategy"
|
||||||
/>
|
/>
|
||||||
<react-mdl-IconButton
|
<react-mdl-IconButton
|
||||||
disabled={true}
|
disabled={true}
|
||||||
|
Loading…
Reference in New Issue
Block a user