Second part of the typescript migration (#16109)

* more Uis

* OperatingComputer & Newscaster

* some more UIs

* next set of UIs

* next set

* next set

* small thingy

* General & Medical Records

* VorePanel

* Bundles

* sorting

* fix bodyDesigner

* small thing
This commit is contained in:
Kashargul
2024-07-21 19:56:24 +10:00
committed by GitHub
parent 92da6db226
commit b93ce5619e
282 changed files with 13024 additions and 10181 deletions
+1 -1
View File
@@ -138,7 +138,7 @@
else
for(var/datum/data/record/R as anything in sortRecord(data_core.general))
if(R)
records += list(list(Name = R.fields["name"], "ref" = "\ref[R]"))
records += list(list(name = R.fields["name"], "ref" = "\ref[R]"))
data["recordsList"] = records
data["records"] = null
return null