mirror of
https://github.com/mgerb/classic-wow-forums
synced 2026-01-11 17:42:48 +00:00
client - forum page - pagination / threads per page
This commit is contained in:
@@ -7,7 +7,7 @@ import { ReplyModel } from '../../model';
|
||||
import './editor.scss';
|
||||
|
||||
interface Props {
|
||||
categoryId?: string;
|
||||
categoryId?: number;
|
||||
onClose: (cancel: boolean) => any;
|
||||
editingReply?: ReplyModel;
|
||||
quotedReply?: ReplyModel;
|
||||
|
||||
Reference in New Issue
Block a user