Skip to content

Commit

Permalink
fix merge artifact
Browse files Browse the repository at this point in the history
Signed-off-by: Vinzenz Rosenkranz <[email protected]>
  • Loading branch information
v1r0x committed Dec 2, 2024
1 parent 0c63a82 commit e218599
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Changelog
All notable changes to this project will be documented in this file.

## 0.11
### Fixed
- Attribute Dependency inverted

## 0.10.1
### Added
- Option to display attributes in _Data Model Editor_ in groups
Expand Down
1 change: 0 additions & 1 deletion resources/js/components/EntityDetail.vue
Original file line number Diff line number Diff line change
Expand Up @@ -721,7 +721,6 @@
}
state.hiddenAttributes[ad.dependant] = {
hide: !matches,
hide: matches,
by: aid,
};
});
Expand Down

0 comments on commit e218599

Please sign in to comment.