Skip to content

Commit

Permalink
debug: change ' to "
Browse files Browse the repository at this point in the history
  • Loading branch information
andregroseth committed Dec 11, 2023
1 parent de792df commit 9d4f9b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/frontend/src/components/kravList/AllKrav.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -125,10 +125,10 @@ export const AllKrav = () => {
<div className="ml-3 min-w-fit">
<Select
key={'krav_filter_' + kravFilter}
size='small'
size="small"
label={`Filter ${kravFilter}`}
hideLabel
placeholder='tema'
placeholder="tema"
value={filterValue}
onChange={(params) => {
setFilterValue(params.currentTarget.value)
Expand Down

0 comments on commit 9d4f9b1

Please sign in to comment.