diff --git a/apps/frontend/src/components/layout/continue.provider.tsx b/apps/frontend/src/components/layout/continue.provider.tsx index a5ef400c..7362af4d 100644 --- a/apps/frontend/src/components/layout/continue.provider.tsx +++ b/apps/frontend/src/components/layout/continue.provider.tsx @@ -80,6 +80,7 @@ export const ContinueProvider: FC = () => { value: [], allIntegrations: [], integration: { + editor: 'normal', additionalSettings: '', display: '', time: [ diff --git a/apps/frontend/src/components/new-launch/bullets.component.tsx b/apps/frontend/src/components/new-launch/bullets.component.tsx index 48fbceab..7dfcf283 100644 --- a/apps/frontend/src/components/new-launch/bullets.component.tsx +++ b/apps/frontend/src/components/new-launch/bullets.component.tsx @@ -14,7 +14,18 @@ export const Bullets: FC<{ onClick={bullet} className="select-none cursor-pointer w-[40px] p-[5px] text-center" > - A + + + ); };