Skip to content

Commit

Permalink
fix: resolve bug in opening anand sahib from anouncement overlay; upd…
Browse files Browse the repository at this point in the history
…ate release date in changelog
  • Loading branch information
Gauravjeetsingh committed Jun 27, 2024
1 parent f15307a commit c34832d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## New Updates

### 9.2.2 - ਊਨਾ Release _June 24, 2024_
### 9.2.2 - ਊਨਾ Release _July 01, 2024_

#### Misc. bug fix and other improvements
- Enhanced Bani Controller: Improved functionality when using the Bani Controller in a multipane workspace.
Expand Down
2 changes: 1 addition & 1 deletion www/main/addons/announcement/components/MiscSlides.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const MiscSlides = () => {
const [paneSelectorActive, setPaneSelectorActive] = useState(false);
const paneSelector = useRef(null);

const openSlideFromDropdown = (paneId) => {
const openSlideFromDropdown = (e, paneId) => {
displayAnandSahibBhog({ openedFrom: 'shortcut-tray', paneId });
setPaneSelectorActive(false);
};
Expand Down

0 comments on commit c34832d

Please sign in to comment.