fix(ui): fix node glow styling

This commit is contained in:
psychedelicious 2023-09-23 08:51:49 +10:00
parent c485cf568b
commit e02af8f518

View File

@ -878,7 +878,7 @@ const nodesSlice = createSlice({
builder.addCase(appSocketQueueItemStatusChanged, (state, action) => {
if (['in_progress'].includes(action.payload.data.status)) {
forEach(state.nodeExecutionStates, (nes) => {
nes.status = NodeStatus.IN_PROGRESS;
nes.status = NodeStatus.PENDING;
nes.error = null;
nes.progress = null;
nes.progressImage = null;