Skip to content

Commit

Permalink
proposal page switch on
Browse files Browse the repository at this point in the history
  • Loading branch information
SivanYeh committed Feb 15, 2024
1 parent 8d3751c commit 0a1ccd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion store/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export const state = () => ({
showEventsPage: false,
showConferencePage: false,
showVenuePage: false,
showProposalSystemPage: false,
showProposalSystemPage: true,
showIndexSponsorSection: false,
showIndexSecondaryBtn: true,
aboutHideItems: ['apacCommunity'], // ['pycontw', 'apacCommunity', 'history', 'community', 'codeOfConduct']
Expand Down

0 comments on commit 0a1ccd6

Please sign in to comment.