Skip to content

Commit

Permalink
Merge branch '1185-dashboard-visualization-api' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
PG-Momik committed Jul 12, 2023
2 parents c8058ef + a87f199 commit 3b4e66b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/assets/js/views/user/UserListing.vue
Original file line number Diff line number Diff line change
Expand Up @@ -781,7 +781,7 @@ const clearDate = ref(false);
const editUserId = ref('');
const dropdownRange = {
created_at: 'User created date',
last_logged_in: 'Last logged date',
last_logged_in: 'Last login date',
};
const formData = reactive({
Expand Down

0 comments on commit 3b4e66b

Please sign in to comment.