We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8188e62 commit f2e1f95Copy full SHA for f2e1f95
src/dashboard/Data/Browser/BrowserTable.react.js
@@ -200,6 +200,9 @@ export default class BrowserTable extends React.Component {
200
readonly = true;
201
}
202
203
+ if(name === 'expiresAt' && this.props.className === '_Session'){
204
+ readonly = true;
205
+ }
206
let obj = this.props.current.row < 0 ? this.props.newObject : this.props.data[this.props.current.row];
207
let value = obj;
208
if (!this.props.isUnique) {
0 commit comments