mirror of
https://github.com/fosrl/pangolin.git
synced 2026-08-22 04:00:19 +02:00
Fix type issue
This commit is contained in:
@@ -161,7 +161,8 @@ const createSiteResourceSchema = z
|
||||
return true;
|
||||
}
|
||||
return (
|
||||
data.destination !== undefined && data.destination.trim() !== ""
|
||||
data.destination !== undefined &&
|
||||
data.destination?.trim() !== ""
|
||||
);
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user