Skip to content

Commit dbe426d

Browse files
committed
chore(files): remove redundant find-bar comment
1 parent da63a47 commit dbe426d

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

  • apps/sim/app/workspace/[workspaceId]/components/find-bar

apps/sim/app/workspace/[workspaceId]/components/find-bar/find-bar.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,6 @@ export const FindBar = memo(function FindBar({
144144
className={replace ? 'min-w-0 flex-1' : 'w-[200px]'}
145145
onChange={(e) => onQueryChange(e.target.value)}
146146
onKeyDown={handleKeyDown}
147-
/** Whitespace may not match, but the user must still be able to clear it. */
148147
endAdornment={
149148
query.length > 0 ? (
150149
<Button

0 commit comments

Comments
 (0)