Skip to content
Snippets Groups Projects
Commit a61cf347 authored by Ahmad Saladin's avatar Ahmad Saladin
Browse files

fix nav_active

parent ab5d900c
Branches
Tags
1 merge request!40Main
...@@ -215,7 +215,7 @@ export default { ...@@ -215,7 +215,7 @@ export default {
selected_filter: "", selected_filter: "",
dept_last_page: 1, dept_last_page: 1,
jabatan: [], jabatan: [],
nav_active : true, nav_active : JSON.parse(localStorage.getItem('navActive')),
}; };
}, },
methods: { methods: {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment