[增添]添加了datasource的setting数据库以及默认值
This commit is contained in:
7
vendor/filament/notifications/resources/views/components/close-button.blade.php
vendored
Normal file
7
vendor/filament/notifications/resources/views/components/close-button.blade.php
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
<x-filament::icon-button
|
||||
color="gray"
|
||||
icon="heroicon-m-x-mark"
|
||||
icon-alias="notifications::notification.close-button"
|
||||
x-on:click="close"
|
||||
class="fi-no-notification-close-btn"
|
||||
/>
|
||||
Reference in New Issue
Block a user