Commit 87c65cf3 authored by Phil Hughes's avatar Phil Hughes

Fixed weight dropdown spec

parent 2f3bb27c
......@@ -108,6 +108,9 @@
if (hook) {
const data = hook.list.data;
if (!data) return;
const results = data.map((o) => {
const updated = o;
updated.droplab_hidden = false;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment