Skip to content

Commit

Permalink
remove redundant small prop
Browse files Browse the repository at this point in the history
  • Loading branch information
standeren committed Jan 3, 2025
1 parent 8a92744 commit e87aee2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ export function CodeListsActionsBar({
<div className={classes.actionsBar}>
<StudioSearch
className={classes.searchField}
size='sm'
placeholder={t('app_content_library.code_lists.search_placeholder')}
/>
<CreateNewCodeListModal onUpdateCodeList={onUpdateCodeList} codeListNames={codeListNames} />
Expand Down
1 change: 0 additions & 1 deletion frontend/packages/text-editor/src/TextEditor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@ export const TextEditor = ({
</Chip.Toggle>
<div>
<StudioSearch
size='small'
placeholder={t('text_editor.search_for_text')}
value={searchQuery}
onChange={handleSearchChange}
Expand Down

0 comments on commit e87aee2

Please sign in to comment.