initialized projectId with empty string to avoid undefined state

This commit is contained in:
Pramod Mahajan 2025-06-10 16:10:24 +05:30
parent 488a92e5d1
commit 1e51fabaa1

View File

@ -5,7 +5,7 @@ const localVariablesSlice = createSlice({
initialState: {
selectedMaster:"Application Role",
regularizationCount:0,
projectId: 1,
projectId: "",
reload:false
},