-general service formdata compltetible
-projectAdd
This commit is contained in:
@@ -11,8 +11,8 @@ export class SidebarComponent implements OnInit {
|
||||
@Input() isCollapsed: boolean = false; // รับค่าสถานะย่อ/ขยาย
|
||||
|
||||
userData: any = {
|
||||
name: 'Nuttakit',
|
||||
role: 'Admin',
|
||||
name: localStorage.getItem('usrthinam') + ' ' + localStorage.getItem('usrthilstnam'),
|
||||
role: '',
|
||||
avatar: ''
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user