mirror of
https://github.com/Viren070/AIOStreams.git
synced 2025-12-01 23:14:04 +01:00
fix: set customised logo to undefined when empty
This commit is contained in:
@@ -399,7 +399,7 @@ function CustomizeModal({
|
||||
};
|
||||
|
||||
const handleLogoChange = (value: string) => {
|
||||
setLogo(value);
|
||||
setLogo(value.trim() || undefined);
|
||||
};
|
||||
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user