Skip to content

Commit

Permalink
fix type
Browse files Browse the repository at this point in the history
  • Loading branch information
dbadura committed Sep 24, 2024
1 parent 634e8b1 commit 955071c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ export const PVCConfiguration = pvc => {
name={requests[0] + ' Requests'}
value={requests[1] || EMPTY_TEXT_PLACEHOLDER}
key={requests[0]}
capitabilize={true}
capitalize={true}
/>
);
})}
Expand Down

0 comments on commit 955071c

Please sign in to comment.