Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Ensure aliasText is not null in Entry component
This commit modifies the `Entry` component to ensure that the `aliasText` variable is not null when assigning its value to the `textarea`. By using the nullish coalescing operator (`??`), the value is set to an empty string if `aliasText` is null. This change improves the reliability of the component. Note: This message includes additional information for clarity. Please remove it before using the commit message.
- Loading branch information