Implemented jobline upsert modal. Updated allocations display on jobline edit to include removal.
This commit is contained in:
@@ -3,7 +3,7 @@ import ModalsActionTypes from "./modals.types";
|
||||
const INITIAL_STATE = {
|
||||
jobLineEdit: {
|
||||
visible: false,
|
||||
context: null,
|
||||
context: {},
|
||||
actions: {
|
||||
refetch: null
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user