mirror of
https://github.com/Viren070/AIOStreams.git
synced 2025-12-01 23:14:04 +01:00
fix(frontend): set addonDescription to undefined when falsy
This commit is contained in:
@@ -911,7 +911,7 @@ function CustomizeModal({
|
||||
...prev,
|
||||
addonName: name.trim(),
|
||||
addonLogo: logo?.trim(),
|
||||
addonDescription: description?.trim(),
|
||||
addonDescription: description?.trim() || undefined,
|
||||
}));
|
||||
|
||||
toast.success('Customization saved');
|
||||
|
||||
Reference in New Issue
Block a user