1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-10-18 20:09:08 +02:00
unleash.unleash/frontend/src/component/feature
Ivar 993222a749 Fix input-store list bug.
Because we convert items from Immutable Object to js
we can not just look up items in a list property via
the object itself, as it is not the same.

The easy fix is to just use the index of the item in
the list, as we already know it anyway.

closes #5
2016-11-16 21:20:41 +01:00
..
form Fix input-store list bug. 2016-11-16 21:20:41 +01:00
feature-component.jsx fix some warning 2016-11-13 11:51:30 +01:00
feature.scss init 2016-11-10 14:27:06 +01:00
form-add-container.jsx Fix input-store list bug. 2016-11-16 21:20:41 +01:00
form-edit-container.jsx Fix input-store list bug. 2016-11-16 21:20:41 +01:00
form-edit-wrap.jsx wrap edit toggle to make sure it is loaded in store before we enter edit-component 2016-11-16 00:15:57 +01:00
list-component.jsx Fix input-store list bug. 2016-11-16 21:20:41 +01:00
list-container.jsx init 2016-11-10 14:27:06 +01:00