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"
|
||||
:alt="alt"
|
||||
loading="lazy"
|
||||
referrerpolicy="no-referrer"
|
||||
/>
|
||||
<div
|
||||
v-else
|
||||
@@ -21,8 +22,7 @@
|
||||
<template v-if="initial && initial.charAt(0).toUpperCase()">
|
||||
{{ initial.charAt(0).toUpperCase() }}
|
||||
</template>
|
||||
|
||||
<icon-lucide-user v-else></icon-lucide-user>
|
||||
<icon-lucide-user v-else />
|
||||
</div>
|
||||
<span
|
||||
v-if="indicator"
|
||||
|
||||
Reference in New Issue
Block a user