From 1423787867536dd552ce5fd48de6ca9a272acd74 Mon Sep 17 00:00:00 2001 From: robyngit Date: Thu, 30 Jan 2025 20:50:54 -0500 Subject: [PATCH] Fix formatting in config.js --- src/config/config.js | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/src/config/config.js b/src/config/config.js index 039450bf3..2305f384d 100644 --- a/src/config/config.js +++ b/src/config/config.js @@ -1,9 +1,7 @@ /* -* The MetacatUI configuration! -* See the documentation for the AppConfig namespace to see all config options: -* Configuration overview: https://nceas.github.io/metacatui/install/#for-metacatui-v2120-and-later -* Full list of AppConfig options: https://nceas.github.io/metacatui/docs/AppConfig.html -*/ -MetacatUI.AppConfig = { - -} + * The MetacatUI configuration! + * See the documentation for the AppConfig namespace to see all config options: + * Configuration overview: https://nceas.github.io/metacatui/install/#for-metacatui-v2120-and-later + * Full list of AppConfig options: https://nceas.github.io/metacatui/docs/AppConfig.html + */ +MetacatUI.AppConfig = {};