Skip to content

Commit

Permalink
fix: add filterType to url field
Browse files Browse the repository at this point in the history
  • Loading branch information
popstas committed Mar 31, 2024
1 parent b0697be commit a41307a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/presets/fields.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ export const fields = [
name: 'url',
comment: 'URL',
groups: ['info'],
filterType: 'string',
},
{
name: 'error',
Expand Down

0 comments on commit a41307a

Please sign in to comment.