You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Due to a spelling mistake the link given in the comments of entities was not working.
To Reproduce
Steps to reproduce the behavior:
Create an entity
Click on the link available in the comment
See error
Expected behavior
The link should be functional
Screenshots
If applicable, add screenshots to help explain your problem.
The link redirects to this page ->
Environment (please give information about your environment):
OS:Pop OS
Browser firefox
Code snippets
If possible, show extracts from your code to help us better understand the issuse.
import{CaseEntity,Entity,Prop,PropType}from'@casejs/case'
@Entity({nameSingular: 'cat',namePlural: 'cats',propIdentifier: 'name',slug: 'cats',})exportclassCatextendsCaseEntity{
@Prop({type: PropType.Text})name: string// Learn more about CASE Entities and how to add properties here: https://docs.case.app/properites}
The text was updated successfully, but these errors were encountered:
Describe the bug
Due to a spelling mistake the link given in the comments of entities was not working.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The link should be functional
Screenshots
If applicable, add screenshots to help explain your problem.
The link redirects to this page ->
Environment (please give information about your environment):
Code snippets
If possible, show extracts from your code to help us better understand the issuse.
The text was updated successfully, but these errors were encountered: