This is an automated email from the ASF dual-hosted git repository. danhaywood pushed a commit to branch v2 in repository https://gitbox.apache.org/repos/asf/causeway-app-petclinic.git
commit 87dfaf7dbe03e833e6d43a51491e86008230eef9 Author: Dan Haywood <[email protected]> AuthorDate: Sat May 25 14:11:58 2024 +0100 Resets prompt styles back to their defaults --- webapp/src/main/resources/application-dev.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webapp/src/main/resources/application-dev.yml b/webapp/src/main/resources/application-dev.yml index a8b6ea4..affe0cb 100644 --- a/webapp/src/main/resources/application-dev.yml +++ b/webapp/src/main/resources/application-dev.yml @@ -5,6 +5,6 @@ causeway: viewer: wicket: - prompt-style: dialog - dialog-mode: modal + prompt-style: inline + #dialog-mode: modal dialog-mode-for-menu: sidebar
