fix: public title with no system name
This commit is contained in:
parent
63c8ffb36f
commit
80a130d9a8
@ -34,7 +34,7 @@
|
||||
try {
|
||||
let res: Sys = await api.getSystem({id: id})
|
||||
user = res;
|
||||
title = user.name;
|
||||
title = user.name ? user.name : "system";
|
||||
} catch (error) {
|
||||
console.log(error);
|
||||
err = error.message;
|
||||
|
Loading…
Reference in New Issue
Block a user