mirror of
https://github.com/supabase/supabase.git
synced 2026-07-01 03:24:26 +08:00
More keys
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
// check if the link is allowed to be displayed
|
||||
export function isFuncNotInLibraryOrVersion(id, type, allowedKeys) {
|
||||
if (id && allowedKeys && !allowedKeys.includes(id) && type !== 'markdown') {
|
||||
return true
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user