Skip to content

Commit

Permalink
feat: Added delimiter in json editor (#694)
Browse files Browse the repository at this point in the history
  • Loading branch information
chavda-bhavik authored Jul 16, 2024
2 parents e066975 + 0764666 commit f8788bd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/web/hooks/useColumnsEditor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ export function useColumnsEditor({ templateId }: UseSchemaProps) {
isUnique,
isFrozen,
regex,
delimiter,
dateFormats,
regexDescription,
selectValues,
Expand All @@ -53,6 +54,7 @@ export function useColumnsEditor({ templateId }: UseSchemaProps) {
isUnique,
isFrozen,
regex,
delimiter,
dateFormats,
defaultValue,
regexDescription,
Expand Down

0 comments on commit f8788bd

Please sign in to comment.