Skip to content

Commit

Permalink
fix: agent form
Browse files Browse the repository at this point in the history
  • Loading branch information
Chkhikvadze committed Nov 20, 2023
1 parent 03b11d7 commit 324e44e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/ui/src/pages/Agents/AgentForm/AgentForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -134,9 +134,9 @@ const AgentForm = ({ formik, isVoice = true }: AgentFormProps) => {
<StyledTab onClick={() => handleTabClick(4)} isDisabled={!isVoice}>
<StyledSpan isActive={activeTab === 4}>Voice Preferences</StyledSpan>
</StyledTab>
<StyledTab onClick={() => handleTabClick(5)}>
{/* <StyledTab onClick={() => handleTabClick(5)}>
<StyledSpan isActive={activeTab === 5}>Integrations</StyledSpan>
</StyledTab>
</StyledTab> */}
</StyledFormTabList>
</StyledFormTabsWrapper>
<StyledForm>
Expand Down

0 comments on commit 324e44e

Please sign in to comment.