mirror of
https://github.com/Stirling-Tools/Stirling-PDF.git
synced 2024-11-16 12:20:12 +01:00
hometext fix
This commit is contained in:
parent
cfaaeebd4a
commit
135f9611df
@ -36,7 +36,7 @@ public class AppConfig {
|
||||
|
||||
@Bean(name = "homeText")
|
||||
public String homeText() {
|
||||
return applicationProperties.getUi().getHomeDescription();
|
||||
return (applicationProperties.getUi().getHomeDescription() != null) ? applicationProperties.getUi().getHomeDescription() : "null";
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user