feat: meta for batches

This commit is contained in:
Jannat Patel
2024-03-29 14:48:46 +05:30
parent 02e8a97f85
commit bd116c3e7b
17 changed files with 129 additions and 31 deletions

View File

@@ -61,7 +61,7 @@ const props = defineProps({
const { logout, user } = sessionStore()
let { isLoggedIn } = sessionStore()
const userDropdownOptions = [
{
/* {
icon: User,
label: 'My Profile',
onClick: () => {
@@ -70,7 +70,7 @@ const userDropdownOptions = [
condition: () => {
return isLoggedIn
},
},
}, */
{
icon: LogOut,
label: 'Log out',