mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-18 14:23:44 +02:00
admin(ui): fix up SearchableSelect.tsx
This commit is contained in:
@@ -48,7 +48,7 @@ const NodeEditContainer = () => {
|
||||
useEffect(() => {
|
||||
clearFlashes('node');
|
||||
|
||||
getNode(Number(match.params?.id))
|
||||
getNode(Number(match.params?.id), [ 'database_host', 'location' ])
|
||||
.then(node => setNode(node))
|
||||
.catch(error => {
|
||||
console.error(error);
|
||||
|
||||
Reference in New Issue
Block a user