mirror of
https://github.com/coder/coder.git
synced 2025-07-12 00:14:10 +00:00
This PR fixes a mistake from the previous PR https://github.com/coder/coder/pull/18342. Merged configuration results in the customization being an array not an object. This PR also moves `displayApps` from being an array to being an object, like the terraform provider has.