mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 00:32:29 -04:00
fix: Settings nav entries typing
Signed-off-by: Christopher Ng <chrng8@gmail.com>
This commit is contained in:
parent
3b402559ac
commit
439a6fbbdc
1 changed files with 1 additions and 1 deletions
|
|
@ -80,7 +80,7 @@ import logger from '../logger.js'
|
|||
* @property {string} classes - Classes for custom styling
|
||||
*/
|
||||
|
||||
/** @type {SettingNavEntry[]} */
|
||||
/** @type {Record<string, SettingNavEntry>} */
|
||||
const settingsNavEntries = loadState('core', 'settingsNavEntries', [])
|
||||
const { profile: profileEntry, ...otherEntries } = settingsNavEntries
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue