mirror of
https://github.com/ershisan99/coolify.git
synced 2025-12-16 20:49:28 +00:00
fix: empty description
This commit is contained in:
@@ -56,7 +56,7 @@ class Create extends Component
|
||||
$this->validate();
|
||||
$this->storage = new S3Storage();
|
||||
$this->storage->name = $this->name;
|
||||
$this->storage->description = $this->description;
|
||||
$this->storage->description = $this->description ?? null;
|
||||
$this->storage->region = $this->region;
|
||||
$this->storage->key = $this->key;
|
||||
$this->storage->secret = $this->secret;
|
||||
|
||||
Reference in New Issue
Block a user