Proper construction

master
Keith Irwin 2022-09-18 18:35:46 -06:00
parent 8b01d96f79
commit 2f78e9e3be
Signed by: ki9
GPG Key ID: DF773B3F4A88DA86
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ function PeerList() {
self.newConfigText = ko.observable('')
self.isAdding = ko.observable(false)
self.addText = ko.computed(() => self.isAdding()?'Adding...':'Add')
self.users = ko.observableArray({})
self.users = ko.observableArray([])
// Initial loading
self.getUsers = async () => {