|
@@ -20,6 +20,7 @@ import DeleteCommentModal from './PageComment/DeleteCommentModal';
|
|
|
import ReplayComments from './PageComment/ReplayComments';
|
|
import ReplayComments from './PageComment/ReplayComments';
|
|
|
|
|
|
|
|
type Props = {
|
|
type Props = {
|
|
|
|
|
+ // TODO: Do not use Nullable, create presentaion for if cannot get pageId.
|
|
|
pageId?: Nullable<string>,
|
|
pageId?: Nullable<string>,
|
|
|
isReadOnly : boolean,
|
|
isReadOnly : boolean,
|
|
|
titleAlign?: 'center' | 'left' | 'right',
|
|
titleAlign?: 'center' | 'left' | 'right',
|