initialized projectId with empty string to avoid undefined state
This commit is contained in:
parent
488a92e5d1
commit
1e51fabaa1
@ -5,7 +5,7 @@ const localVariablesSlice = createSlice({
|
|||||||
initialState: {
|
initialState: {
|
||||||
selectedMaster:"Application Role",
|
selectedMaster:"Application Role",
|
||||||
regularizationCount:0,
|
regularizationCount:0,
|
||||||
projectId: 1,
|
projectId: "",
|
||||||
reload:false
|
reload:false
|
||||||
|
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user