Skip to content

Commit

Permalink
allowed in context creation of alias: #2682
Browse files Browse the repository at this point in the history
  • Loading branch information
GermanBluefox committed Oct 5, 2024
1 parent a4dfb0c commit 9cb98ef
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/admin/src-admin/src/components/ObjectBrowser.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8507,7 +8507,6 @@ export class ObjectBrowserClass extends Component<ObjectBrowserProps, ObjectBrow
!this.props.notEditable &&
this.props.objectBrowserAliasEditor &&
this.props.objectBrowserEditObject &&
this.state.filter.expertMode &&
obj?.type === 'state' &&
// @ts-expect-error deprecated from js-controller 6
obj.common?.type !== 'file'
Expand Down

0 comments on commit 9cb98ef

Please sign in to comment.