casbin / casbin-hub

The hub for Casbin
https://dashboard.casbin.com
Apache License 2.0
87 stars 46 forks source link

TypeError: this.props.headers is null #104

Closed arteevraina closed 4 years ago

arteevraina commented 4 years ago

On clicking the edit button in Adapters. Error is thrown like this:

TypeError: this.props.headers is null
renderTable
src/PolicyTable.js:93

  90 |    );
  91 | 
  92 |    // if(this.props.headers != null) {
> 93 |      this.props.headers.forEach((title, i) => {
     | ^  94 |        columns.push(
  95 |          {
  96 |            title: title,

I am working on this.