Changeset 0b7ebbf in Klonkt for src/routes/admin-settings.js
- Timestamp:
- 06/16/2026 01:12:00 AM (3 months ago)
- Branches:
- main
- Children:
- 57929aa
- Parents:
- 63edb0d (diff), efdde37 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - File:
-
- 1 edited
-
src/routes/admin-settings.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/routes/admin-settings.js
r63edb0d r0b7ebbf 88 88 89 89 if (typeof req.body.tenancy !== 'undefined') { 90 setTenancy(req.body.tenancy === 'hub' ? 'hub' : 'solo');90 setTenancy(req.body.tenancy); // valideert naar solo | hub | circle 91 91 } 92 92 if (typeof req.body.hub_title !== 'undefined') {
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)