forked from TFMM/silent-auction
fix: resolve editwinners Undefined variable and update winning_cost input type
This commit is contained in:
@@ -49,8 +49,7 @@ class WinningBidsResource extends Resource
|
||||
->searchable(),
|
||||
TextInput::make('winning_cost')
|
||||
->label('Winning Bid')
|
||||
->prefix('$')
|
||||
->numeric(),
|
||||
->prefix('$'),
|
||||
]);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user