mirror of
https://github.com/pelican-dev/panel.git
synced 2025-05-29 16:44:44 +02:00
We already know we're importing eggs...
This commit is contained in:
parent
8476f89f19
commit
db67c64da0
@ -40,7 +40,7 @@ class ListEggs extends ListRecords
|
|||||||
$eggImportService->handle($file);
|
$eggImportService->handle($file);
|
||||||
} catch (Exception $exception) {
|
} catch (Exception $exception) {
|
||||||
Notification::make()
|
Notification::make()
|
||||||
->title('Egg Import Failed')
|
->title('Import Failed')
|
||||||
->danger()
|
->danger()
|
||||||
->send();
|
->send();
|
||||||
|
|
||||||
@ -51,7 +51,7 @@ class ListEggs extends ListRecords
|
|||||||
}
|
}
|
||||||
|
|
||||||
Notification::make()
|
Notification::make()
|
||||||
->title('Egg Import Success')
|
->title('Import Success')
|
||||||
->success()
|
->success()
|
||||||
->send();
|
->send();
|
||||||
}),
|
}),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user