From 492a0a293e1907a48d2db4c0fde828b4339b8425 Mon Sep 17 00:00:00 2001 From: SamanthaBainCornu <104172362+SamanthaBainCornu@users.noreply.github.com> Date: Fri, 14 Apr 2023 22:40:20 +0200 Subject: [PATCH 1/2] fixed multiSelectDropdownFilter in menus (#1160) deleted a at the end of file --- .../components/tools/filters/multi-select-dropdown.blade.php | 1 - 1 file changed, 1 deletion(-) diff --git a/resources/views/components/tools/filters/multi-select-dropdown.blade.php b/resources/views/components/tools/filters/multi-select-dropdown.blade.php index b2c12da28..0df7d936b 100644 --- a/resources/views/components/tools/filters/multi-select-dropdown.blade.php +++ b/resources/views/components/tools/filters/multi-select-dropdown.blade.php @@ -55,6 +55,5 @@ class="{{ $theme === 'bootstrap-4' ? 'form-control' : 'form-select' }}" @endif @endforeach - @endif From c5b4a5a536db449e27738a2a2472436b54636b9b Mon Sep 17 00:00:00 2001 From: Anthony Rappa Date: Thu, 18 May 2023 09:23:02 -0400 Subject: [PATCH 2/2] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 308b1b67e..8d715565f 100644 --- a/README.md +++ b/README.md @@ -86,6 +86,7 @@ Please e-mail anthony@rappasoft.com to report any security vulnerabilities inste ## Credits - [Anthony Rappa](https://github.com/rappasoft) +- [lrljoe](https://github.com/lrljoe) - [All Contributors](../../contributors) ## License