fix(sh-admin): resolved issue while rendering images (#4221)
Co-authored-by: jamesgeorge007 <25279263+jamesgeorge007@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
e26528cedf
commit
2a37235229
|
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 15 KiB |
|
Before Width: | Height: | Size: 5.9 KiB After Width: | Height: | Size: 5.9 KiB |
@@ -242,7 +242,7 @@ const emit = defineEmits<{
|
||||
|
||||
const addGroupImagePath = `${
|
||||
import.meta.env.VITE_ADMIN_URL
|
||||
}/assets/images/add_group.svg`;
|
||||
}/images/add_group.svg`;
|
||||
|
||||
// Get Users List to extract email ids of all users
|
||||
const { data } = useQuery({ query: MetricsDocument });
|
||||
|
||||
@@ -106,9 +106,7 @@ const emit = defineEmits<{
|
||||
): void;
|
||||
}>();
|
||||
|
||||
const noTokensImage = `${
|
||||
import.meta.env.VITE_ADMIN_URL
|
||||
}/assets/images/pack.svg`;
|
||||
const noTokensImage = `${import.meta.env.VITE_ADMIN_URL}/images/pack.svg`;
|
||||
|
||||
const isInitialPageLoad = computed(() => props.loading && !props.hasMoreTokens);
|
||||
const initialPageLoadHasError = computed(
|
||||
|
||||
Reference in New Issue
Block a user