enabled code completion by default

pull/5534/head
STetsing 2 months ago committed by Aniket
parent ef14a31f95
commit f9120c6a3e
  1. 2
      libs/remix-ui/tabs/src/lib/remix-ui-tabs.tsx

@ -73,7 +73,7 @@ export const TabsUI = (props: TabsUIProps) => {
const [explaining, setExplaining] = useState<boolean>(false)
const tabsRef = useRef({})
const tabsElement = useRef(null)
const [ai_switch, setAI_switch] = useState<boolean>(false)
const [ai_switch, setAI_switch] = useState<boolean>(true)
const tabs = useRef(props.tabs)
tabs.current = props.tabs // we do this to pass the tabs list to the onReady callbacks

Loading…
Cancel
Save