mirror of
https://github.com/Artemis-RGB/Artemis
synced 2025-12-12 13:28:33 +00:00
Workshop - Fix info about new images not applying
This commit is contained in:
parent
27ead861a7
commit
585a2fbe18
@ -93,6 +93,14 @@ public partial class ImageSubmissionViewModel : ValidatableViewModelBase
|
||||
Name = vm.Name;
|
||||
Description = vm.Description;
|
||||
|
||||
// TODO: Just get rid of this stupid mechanism
|
||||
if (ImageUploadRequest != null)
|
||||
{
|
||||
if (Name != null)
|
||||
ImageUploadRequest.Name = Name;
|
||||
ImageUploadRequest.Description = Description;
|
||||
}
|
||||
|
||||
return result;
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user