diff --git a/stubs/app/Orchid/Screens/Examples/ExampleScreen.php b/stubs/app/Orchid/Screens/Examples/ExampleScreen.php index 2c94842b2..81a046934 100644 --- a/stubs/app/Orchid/Screens/Examples/ExampleScreen.php +++ b/stubs/app/Orchid/Screens/Examples/ExampleScreen.php @@ -149,8 +149,7 @@ class='mw-100 d-block img-fluid rounded-1 w-100'> TD::make('price', 'Price') ->width('100') ->usingComponent(Currency::class, before: '$') - ->align(TD::ALIGN_RIGHT) - ->sort(), + ->align(TD::ALIGN_RIGHT), TD::make('created_at', 'Created') ->width('100')