inspheric / nova-indicator-field

A colour-coded indicator field for Laravel Nova

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cannot read property 'hasOwnProperty' of undefined

poxin13 opened this issue · comments

commented

Default Text or Select field working but not Indicator

Text::make('Status')
Indicator::make('Status')
  ->labels([
    'a' => 'Active',
]),

Same error even doing:

Indicator::make('Status')->withoutLabels()
commented

Also specifying 'colors' was required, my bad.

This has been fixed in v1.2 so that it will fail gracefully if label and/or colours are not defined.