File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
documentation/docs/tutorial/03-Customization Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -137,7 +137,7 @@ For example we can prevent the user to see Apartments created by other users. Su
137137 }
138138
139139 // this function will skip existing realtor_id filter if it supplied already from UI or previous hook, and will add new one for realtor_id
140- query .filterTools .replaceOrAddTopFilter (Filters .EQ (' realtor_id' , adminUser .dbUser .id )
140+ query .filterTools .replaceOrAddTopFilter (Filters .EQ (' realtor_id' , adminUser .dbUser .id ))
141141
142142 return { ok: true };
143143 },
Original file line number Diff line number Diff line change 3838 </div >
3939 </div >
4040 <teleport to =" body" v-if =" (teleportToBody || teleportToTop) && showDropdown" >
41- <div ref =" dropdownEl" :style =" getDropdownPosition" :class =" {'shadow-none': isTop, 'z-10 ': teleportToBody, 'z-[1000]': teleportToTop}"
41+ <div ref =" dropdownEl" :style =" getDropdownPosition" :class =" {'shadow-none': isTop, 'z-30 ': teleportToBody, 'z-[1000]': teleportToTop}"
4242 class =" fixed w-full bg-lightDropdownOptionsBackground shadow-lg dark:shadow-black dark:bg-darkDropdownOptionsBackground
4343 dark:border-gray-600 rounded-md py-1 text-base ring-1 ring-black ring-opacity-5 overflow-auto focus:outline-none sm:text-sm max-h-48"
4444 @scroll =" handleDropdownScroll" >
You can’t perform that action at this time.
0 commit comments