fix: package version fixes and mentions build error fixes (#2665)
This commit is contained in:
parent
a03e0c788f
commit
1ed72c51df
24 changed files with 108 additions and 92 deletions
|
|
@ -50,9 +50,9 @@ export const AddComment: React.FC<Props> = ({ disabled = false, onSubmit, showAc
|
|||
const editorRef = React.useRef<any>(null);
|
||||
|
||||
const router = useRouter();
|
||||
const { workspaceSlug, projectId } = router.query;
|
||||
const { workspaceSlug } = router.query;
|
||||
|
||||
const editorSuggestions = useEditorSuggestions(workspaceSlug as string | undefined, projectId as string | undefined);
|
||||
const editorSuggestions = useEditorSuggestions();
|
||||
|
||||
const {
|
||||
control,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue