Skip to content
Snippets Groups Projects
Commit 18d5cfac authored by xaralis's avatar xaralis
Browse files

fix: is_live not reflected

parent 76dd445b
No related branches found
No related tags found
No related merge requests found
Pipeline #2082 passed
......@@ -22,6 +22,10 @@ export const handleProgramEntryChanged = (payload) => {
payload.description
);
}
if (has(payload, "is_live") && payload.is_live) {
state.currentId = payload.id;
}
}
});
};
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment