#6825 - vnTable_searchBtn_sticky #488

Merged
jsegarra merged 9 commits from 6825_vnTable_searchBtn_sticky into dev 2024-07-08 09:07:17 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 7201fd6d21 - Show all commits
src/components/ui

View File

@ -28,7 +28,7 @@ const $props = defineProps({
const show = ref(false);
const token = useSession().getTokenMultimedia();
const timeStamp = ref(`timestamp=${Date.now()}`);
import noImage from '/public/no-user.png';
import noImage from '/no-user.png';
import { useRole } from 'src/composables/useRole';
const url = computed(() => {
const isEmployee = useRole().isEmployee();