Invoices
This commit is contained in:
parent
63b79ccfb8
commit
d09137357d
|
|
@ -8,6 +8,6 @@ UIState uiReducer(UIState state, action) {
|
||||||
return state.rebuild((b) => b
|
return state.rebuild((b) => b
|
||||||
..productUIState.replace(productUIReducer(state.productUIState, action))
|
..productUIState.replace(productUIReducer(state.productUIState, action))
|
||||||
..clientUIState.replace(clientUIReducer(state.clientUIState, action))
|
..clientUIState.replace(clientUIReducer(state.clientUIState, action))
|
||||||
..invoiceUIState.replace(invoiceUIReducer(state.clientUIState, action))
|
..invoiceUIState.replace(invoiceUIReducer(state.invoiceUIState, action))
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue