feat: dummy
This commit is contained in:
parent
722460ce95
commit
fb217f7300
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue