mirror of
https://github.com/supabase/supabase.git
synced 2026-06-06 05:17:15 +08:00
fix: lib prop for Real-time NavigationMenuRefList should be self-hosting-realtime instead of self-hosting-auth
This commit is contained in:
@@ -298,7 +298,7 @@ const NavigationMenu = () => {
|
||||
id={'reference_self_hosting_realtime'}
|
||||
active={isReference_Self_Hosting_Realtime}
|
||||
commonSections={realtimeServerCommonSections}
|
||||
lib="self-hosting-auth"
|
||||
lib="self-hosting-realtime"
|
||||
/>
|
||||
</div>
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user