Add logo on navbar workspace container (#147)
This commit is contained in:
@@ -21,4 +21,7 @@ export class WorkspaceMinAggregate {
|
||||
|
||||
@Field(() => String, {nullable:true})
|
||||
displayName?: string;
|
||||
|
||||
@Field(() => String, {nullable:true})
|
||||
logo?: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user