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:
parent
c910a0314a
commit
7c7ed68b20
1 changed files with 2 additions and 2 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue