Skip to content

Commit 6d42c67

Browse files
committed
Update @pushonce keys
1 parent f73c9bc commit 6d42c67

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

packages/forms/resources/views/components/file-upload.blade.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@pushonce('filament-styles:file-field')
1+
@pushonce('filament-styles:file-upload-component')
22
<link rel="stylesheet" href="https://unpkg.com/filepond/dist/filepond.css">
33
<link href="https://unpkg.com/filepond-plugin-image-preview/dist/filepond-plugin-image-preview.css" rel="stylesheet">
44
<style>
@@ -26,7 +26,7 @@
2626
</style>
2727
@endpushonce
2828

29-
@pushonce('filament-scripts:file-field')
29+
@pushonce('filament-scripts:file-upload-component')
3030
<script src="https://unpkg.com/filepond/dist/filepond.js"></script>
3131
<script src="https://unpkg.com/filepond-plugin-file-validate-size/dist/filepond-plugin-file-validate-size.js"></script>
3232
<script src="https://unpkg.com/filepond-plugin-file-validate-type/dist/filepond-plugin-file-validate-type.js"></script>

packages/forms/resources/views/components/rich-editor.blade.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@pushonce('filament-styles:rich-editor-field')
1+
@pushonce('filament-styles:rich-editor-component')
22
<link rel="stylesheet" href="https://unpkg.com/[email protected]/dist/trix.css">
33

44
<style>
@@ -8,7 +8,7 @@
88
</style>
99
@endpushonce
1010

11-
@pushonce('filament-scripts:rich-editor-field')
11+
@pushonce('filament-scripts:rich-editor-component')
1212
<script src="https://unpkg.com/[email protected]/dist/trix.js"></script>
1313

1414
<script>

0 commit comments

Comments
 (0)