mirror of
https://github.com/dalbodeule/snap-admin.git
synced 2025-08-06 12:11:13 +00:00
Added null check
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
<script th:inline="javascript">
|
||||
let baseUrl = [[ ${baseUrl} ]];
|
||||
</script>
|
||||
<style type="text/css">
|
||||
<style type="text/css" th:if="${userConf != null}">
|
||||
[( ${userConf.get('additionalCss')} )]
|
||||
</style>
|
||||
</head>
|
||||
|
Reference in New Issue
Block a user