From 3f378b2be8953f8be8b5a2fa4b9170e6f640e6e5 Mon Sep 17 00:00:00 2001 From: Kian Cross Date: Fri, 27 Dec 2024 14:41:17 +0000 Subject: [PATCH] Fix functionality to hide back button when configuration is set In version 5, the option to hide the back button functioned correctly, ensuring the button was not displayed when configured to be hidden. However, this behaviour regressed in the new UI. This commit reinstates the original functionality, ensuring the back button is properly hidden when the corresponding option is enabled. --- resources/js/components/headers/BackLinkButton.vue | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/resources/js/components/headers/BackLinkButton.vue b/resources/js/components/headers/BackLinkButton.vue index c50107dadf5..1a1a6d67b08 100644 --- a/resources/js/components/headers/BackLinkButton.vue +++ b/resources/js/components/headers/BackLinkButton.vue @@ -1,5 +1,12 @@