change(ui): change default userid value for records store
This commit is contained in:
parent
5f36250223
commit
9588be732f
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ export default class RecordingsStore {
|
|||
order: 'desc' | 'asc' = 'desc';
|
||||
search = '';
|
||||
// later we will add search by user id
|
||||
userId?: string;
|
||||
userId = '0';
|
||||
|
||||
constructor() {
|
||||
makeAutoObservable(this);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue