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 11<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"
33 :class =" {'rounded-default' : isRounded}"
44 >
55 <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 102102 </div >
103103 </div >
104104
105- <div v-if =" coreStore.config?. loginPromptHTML"
105+ <div v-if =" loginPromptHTML"
106106 class =" flex items-center p-4 mb-4 text-sm text-lightLoginViewPromptText rounded-lg bg-lightLoginViewPromptBackground dark:bg-darkLoginViewPromptBackground dark:text-darkLoginViewPromptText" role =" alert"
107107 >
108108 <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