mirror of
https://github.com/Karaka-Management/jsOMS.git
synced 2026-01-10 17:38:41 +00:00
template fixes + bug fixes + style fixes
This commit is contained in:
parent
1e5de2413d
commit
2bfe821351
|
|
@ -151,7 +151,7 @@ export class Tab
|
|||
}
|
||||
}
|
||||
|
||||
if (e.querySelector('.tab-links').querySelector('.active') === null) {
|
||||
if (e.querySelector('.tab-links')?.querySelector('.active') === null) {
|
||||
e.querySelector('.tab-links').querySelector('label').click();
|
||||
}
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user