mnfst / manifest

Effortless backends ✨

Home Page:https://manifest.build

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Non Functional Link

SubstantialCattle5 opened this issue · comments

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:

  1. Create an entity
  2. Click on the link available in the comment
  3. 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 ->
image

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',
})
export class Cat extends CaseEntity {
  @Prop({
    type: PropType.Text
  })
  name: string

  // Learn more about CASE Entities and how to add properties here: https://docs.case.app/properites
}

Welcome to CASE, thank you for adding your first issue !

commented

Thank for your work @SubstantialCattle5, it's deployed 🎉