File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
<template >
2
- <div : class =" ` overflow-x-auto ${isRounded ? 'rounded-default' : ''} shadow-resourseFormShadow dark:shadow-darkResourseFormShadow` "
2
+ <div class =" overflow-x-auto shadow-resourseFormShadow dark:shadow-darkResourseFormShadow"
3
3
:class =" {'rounded-default' : isRounded}"
4
4
>
5
5
<div v-if =" groupName && !noTitle" class =" text-md font-semibold px-6 py-3 flex flex-1 items-center text-lightShowTableHeadingText bg-lightShowTableHeadingBackground dark:bg-darkShowTableHeadingBackground dark:text-darkShowTableHeadingText rounded-t-lg" >
Original file line number Diff line number Diff line change 102
102
</div >
103
103
</div >
104
104
105
- <div v-if =" coreStore.config?. loginPromptHTML"
105
+ <div v-if =" loginPromptHTML"
106
106
class =" flex items-center p-4 mb-4 text-sm text-lightLoginViewPromptText rounded-lg bg-lightLoginViewPromptBackground dark:bg-darkLoginViewPromptBackground dark:text-darkLoginViewPromptText" role =" alert"
107
107
>
108
108
<svg class =" flex-shrink-0 inline w-4 h-4 me-3" aria-hidden =" true" xmlns =" http://www.w3.org/2000/svg" fill =" currentColor" viewBox =" 0 0 20 20" >
You can’t perform that action at this time.
0 commit comments