Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
filip-neti committed Dec 11, 2024
1 parent 911a787 commit fbd11d7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/cards/dialogs/allowedSps/AllowedSps.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ export const AllowedSPs: React.FC<ComponentProps> = ({
clearTimeout(debounceTimer)
const timer = window.setTimeout(() => {
value = value.trim()
console.log(value)
if (!value) {
updatedErrors[index] = 'Value cannot be empty'
setErrors([...updatedErrors])
Expand Down

0 comments on commit fbd11d7

Please sign in to comment.