This commit is contained in:
Jade (Rose) Rowland 2025-04-08 00:04:22 -04:00
parent a32bb58fb3
commit 2b69004eb4

View file

@ -159,7 +159,6 @@ export const isUdels = () => {
return window.top?.location?.pathname.includes('udels'); return window.top?.location?.pathname.includes('udels');
}; };
export function setVersionDefaultsFrom(code) { export function setVersionDefaultsFrom(code) {
try { try {
const metadata = getMetadata(code); const metadata = getMetadata(code);