mirror of
https://github.com/supabase/supabase.git
synced 2026-06-20 13:12:17 +08:00
Fix cli docs
This commit is contained in:
@@ -65,7 +65,7 @@ const RefSectionHandler = (props) => {
|
||||
/>
|
||||
)
|
||||
case 'cli-command':
|
||||
return <CliCommandSection funcData={x} commonFuncData={x} spec={props.spec} />
|
||||
return <CliCommandSection funcData={x} commonFuncData={x} />
|
||||
break
|
||||
case 'operation':
|
||||
return <ApiOperationSection funcData={x} commonFuncData={x} spec={props.spec} />
|
||||
|
||||
Reference in New Issue
Block a user