mirror of
https://github.com/pelican-dev/panel.git
synced 2025-06-28 12:41:07 +02:00
Fix: Search for tags in correct variable (#1461)
This commit is contained in:
parent
9a1e7de4ae
commit
7731f16b0f
@ -128,7 +128,7 @@ class ServerCreationService
|
||||
Arr::get($data, 'memory', 0),
|
||||
Arr::get($data, 'disk', 0),
|
||||
Arr::get($data, 'cpu', 0),
|
||||
Arr::get($data, 'tags', []),
|
||||
$deployment->getTags(),
|
||||
);
|
||||
|
||||
return $this->allocationSelectionService->setDedicated($deployment->isDedicated())
|
||||
|
Loading…
x
Reference in New Issue
Block a user