Skip to content

Commit

Permalink
Chore/fix dev stage conflicts (#2996)
Browse files Browse the repository at this point in the history
Co-authored-by: Andres Galindo <agalin920@gmail.com>
Co-authored-by: Stuart Runyan <shrunyan@gmail.com>
Co-authored-by: Allen Pigar <50983144+allenpigar@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
5 people authored Oct 3, 2024
1 parent f57c8af commit 0d9a1bd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 50 deletions.

This file was deleted.

20 changes: 1 addition & 19 deletions src/shell/components/withAi/AIGenerator.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -526,26 +526,8 @@ export const AIGenerator = ({
)}
options={TONE_OPTIONS}
renderInput={(params: any) => (
<TextField
{...params}
fullWidth
InputProps={{
...params.InputProps,
startAdornment: (
<InputAdornment position="start" sx={{ width: 24 }}>
<LanguageRoundedIcon fontSize="small" />
</InputAdornment>
),
}}
/>
<TextField {...params} fullWidth />
)}
slotProps={{
paper: {
sx: {
maxHeight: 300,
},
},
}}
/>
</Box>
<Box>
Expand Down

0 comments on commit 0d9a1bd

Please sign in to comment.