Skip to content

Commit

Permalink
Merge branch 'feat-package-class-validator-support' of https://github…
Browse files Browse the repository at this point in the history
….com/paulwer/novu into feat-package-class-validator-support
  • Loading branch information
rifont committed Nov 8, 2024
2 parents b432668 + 7fb6368 commit 11210c4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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 Expand Up @@ -128,13 +128,13 @@ export function ConfigureWorkflow() {
/>
</SidebarContent>
<Separator />
<SidebarContent size="lg">
{/* <SidebarContent size="lg">
<Button variant="outline" className="flex w-full justify-start gap-1.5 text-xs font-medium" type="button">
<RiSettingsLine className="h-4 w-4 text-neutral-600" />
Configure channel preferences <RiArrowRightSLine className="ml-auto h-4 w-4 text-neutral-600" />
</Button>
</SidebarContent>
<Separator />
<Separator /> */}
</motion.div>
);
}

0 comments on commit 11210c4

Please sign in to comment.