1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-02-04 00:18:01 +01:00
unleash.unleash/frontend/src/page/features
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
..
create.js Fix input-store list bug. 2016-11-16 21:20:41 +01:00
edit.js Fix input-store list bug. 2016-11-16 21:20:41 +01:00
index.js init 2016-11-10 14:27:06 +01:00