feat: dummy

This commit is contained in:
Nevo David 2025-07-04 19:54:59 +07:00
parent 722460ce95
commit fb217f7300
1 changed files with 3 additions and 0 deletions

View File

@ -6,10 +6,12 @@ import { Editor } from '@gitroom/frontend/components/new-launch/editor';
import { useT } from '@gitroom/react/translation/get.transation.service.client';
import { useIntegration } from '@gitroom/frontend/components/launches/helpers/use.integration';
import { useSettings } from '@gitroom/frontend/components/launches/helpers/use.values';
import { useLaunchStore } from '@gitroom/frontend/components/new-launch/store';
export const ThreadFinisher = () => {
const integration = useIntegration();
const { register, watch, setValue } = useSettings();
const dummy = useLaunchStore((p) => p.dummy);
const t = useT();
register('active_thread_finisher', {
@ -51,6 +53,7 @@ export const ThreadFinisher = () => {
onChange={(val) => setValue('thread_finisher', val)}
value={value}
totalPosts={1}
dummy={dummy}
/>
</div>
</div>