We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 560f3e9 commit ae3e2a4Copy full SHA for ae3e2a4
app/Orchid/Screens/Position/EditScreen.php
@@ -19,7 +19,6 @@
19
use Orchid\Screen\Fields\SimpleMDE;
20
use Orchid\Screen\Fields\Switcher;
21
use Orchid\Screen\Screen;
22
-use Orchid\Support\Color;
23
use Orchid\Support\Facades\Layout;
24
use Orchid\Support\Facades\Toast;
25
@@ -87,7 +86,7 @@ public function commandBar(): iterable
87
86
88
Button::make(__('Сохранить изменения'))
89
->icon('bs.check-circle')
90
- ->method('update')
+ ->method('update'),
91
];
92
}
93
@@ -143,7 +142,7 @@ public function layout(): iterable
143
142
->title('Статус')
144
->placeholder('Одобренный')
145
->help('Одобренные вакансии будут видны на сайте'),
146
- ])
+ ]),
147
])->ratio('60/40'),
148
149
0 commit comments