mirror of
https://github.com/supabase/supabase.git
synced 2026-06-08 02:25:04 +08:00
Update the url as the page scrolls on ref docs
This commit is contained in:
@@ -123,7 +123,7 @@ const NavigationMenuRefList = ({ currentLevel, setLevel, id }) => {
|
||||
<ul className="">
|
||||
<Divider />
|
||||
<SideMenuTitle title="Database" />
|
||||
{console.log({ clientLibsCommon })}
|
||||
{/* {console.log({ clientLibsCommon })} */}
|
||||
{clientLibsCommon.functions
|
||||
.filter((x) => x.product === 'database')
|
||||
.map((x, index) => {
|
||||
|
||||
Reference in New Issue
Block a user