File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 2
2
3
3
All notable changes to ` dutchcodingcompany/developer-logins ` will be documented in this file.
4
4
5
+ ## 1.4.0 - 2024-10-12
6
+
7
+ - Fix Layout with Filament Grid Style and HasColumns Trait by @slimani-dev in https://github.com/DutchCodingCompany/filament-developer-logins/pull/16
8
+
5
9
## 1.3.0 - 2024-10-11
6
10
7
11
- Catch model-not-found errors + simplify code by @bert-w in https://github.com/DutchCodingCompany/filament-developer-logins/pull/10
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ public function render(): View
23
23
{
24
24
return view ('filament-developer-logins::components.developer-logins ' , [
25
25
'users ' => $ this ->plugin ->getUsers (),
26
- 'columns ' => $ this ->plugin ->getColumns ()
26
+ 'columns ' => $ this ->plugin ->getColumns (),
27
27
]);
28
28
}
29
29
}
You can’t perform that action at this time.
0 commit comments