fix: 403 forbidden error when trying to load profile picture (#3045)
Co-authored-by: Liyas Thomas <liyascthomas@gmail.com> Co-authored-by: Nivedin <53208152+nivedin@users.noreply.github.com> Co-authored-by: Anwarul Islam <anwaarulislaam@gmail.com> fix: pane layout broken when wrap line is off (#3027) Fix issue with disappearing tab when opening request tabs with long text in body/script (#3030)
This commit is contained in:
@@ -11,6 +11,7 @@
|
|||||||
:src="url"
|
:src="url"
|
||||||
:alt="alt"
|
:alt="alt"
|
||||||
loading="lazy"
|
loading="lazy"
|
||||||
|
referrerpolicy="no-referrer"
|
||||||
/>
|
/>
|
||||||
<div
|
<div
|
||||||
v-else
|
v-else
|
||||||
@@ -21,8 +22,7 @@
|
|||||||
<template v-if="initial && initial.charAt(0).toUpperCase()">
|
<template v-if="initial && initial.charAt(0).toUpperCase()">
|
||||||
{{ initial.charAt(0).toUpperCase() }}
|
{{ initial.charAt(0).toUpperCase() }}
|
||||||
</template>
|
</template>
|
||||||
|
<icon-lucide-user v-else />
|
||||||
<icon-lucide-user v-else></icon-lucide-user>
|
|
||||||
</div>
|
</div>
|
||||||
<span
|
<span
|
||||||
v-if="indicator"
|
v-if="indicator"
|
||||||
|
|||||||
Reference in New Issue
Block a user