Skip to content

Commit a41b868

Browse files
scott graysonscott grayson
authored andcommitted
next button fix
1 parent 32aa258 commit a41b868

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

resources/views/livewire/video-player.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<div>
2-
<div wire:ignore id="target"></div>
2+
<div style="max-height:80vh; max-width:160vh" wire:ignore id="target"></div>
33
</div>
44

55
@assets

src/FilamentLmsServiceProvider.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ public function configurePackage(Package $package): void
2323
{
2424
$package
2525
->name('filament-lms')
26+
// TODO how do we get the views working without making them publishable?
2627
->hasViews()
2728
->hasAssets()
2829
->hasConfigFile('filament-lms')

0 commit comments

Comments
 (0)