Skip to content

Commit

Permalink
Merge branch 'next' into nv-4595-common-preference-use-cases-for-subs…
Browse files Browse the repository at this point in the history
…criber-api-inbox-api
  • Loading branch information
rifont authored Nov 8, 2024
2 parents ce4b0ba + f719edb commit 4e7c973
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@
"lastindex",
"Lato",
"Lentczner",
"lezer"
"lezer",
"libarary",
"libauth",
"libspf",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ import { useFormContext } from 'react-hook-form';
import { motion } from 'framer-motion';
import { RouteFill } from '../icons';
import { Input, InputField } from '../primitives/input';
import { RiArrowRightSLine, RiSettingsLine } from 'react-icons/ri';
// import { RiArrowRightSLine, RiSettingsLine } from 'react-icons/ri';
import * as z from 'zod';
import { Separator } from '../primitives/separator';
import { TagInput } from '../primitives/tag-input';
import { Textarea } from '../primitives/textarea';
import { workflowSchema } from './schema';
import { useTagsQuery } from '@/hooks/use-tags-query';
import { Button } from '../primitives/button';
// import { Button } from '../primitives/button';
import { CopyButton } from '../primitives/copy-button';
import { FormControl, FormField, FormItem, FormLabel, FormMessage } from '../primitives/form/form';
import { Switch } from '../primitives/switch';
Expand Down

0 comments on commit 4e7c973

Please sign in to comment.