chore: bump version (#1404)

This commit is contained in:
Himself65
2023-03-08 03:50:58 -06:00
committed by GitHub
parent 049d6dd83f
commit ac9adcb7b2
31 changed files with 211 additions and 235 deletions

View File

@@ -123,7 +123,7 @@ export const BlockSuiteEditor = (props: EditorProps) => {
}, [page]);
return (
<div
data-testid={`editor-${props.blockSuiteWorkspace.room}-${props.page.id}`}
data-testid={`editor-${props.blockSuiteWorkspace.id}-${props.page.id}`}
className="editor-wrapper"
style={props.style}
ref={ref}