瀏覽代碼

badge title unique

Andrew 1 月之前
父節點
當前提交
2bc0913721
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      app/Filament/Resources/BadgeResource.php

+ 1
- 1
app/Filament/Resources/BadgeResource.php 查看文件

@@ -46,7 +46,7 @@ class BadgeResource extends Resource
46 46
                     Group::make()->schema([
47 47
                         Group::make()->schema([
48 48
                             Translate::make()->schema(fn (string $locale) => [
49
-                                TextInput::make('title')->required($locale == 'zh_TW')->maxLength(40)->label('徽章標題'),
49
+                                TextInput::make('title')->unique()->required($locale == 'zh_TW')->maxLength(40)->label('徽章標題'),
50 50
                             ])
51 51
                                 ->locales(['zh_TW', 'en'])
52 52
                                 ->actions([