Modifying an office (so far only encountered when modifying the office emoji) sometimes causes a Slack error as seen below.
This is probably caused by the current implementation of opening new modals within a modal. Rather than pushing a new view to the modal stack, we update the previous view with the new modal.
TODO
Look into utilizing the modal stack. This would also make it so that when you return from the 'office modify view', you go back to the 'office control view' instead of the home view.
Modifying an office (so far only encountered when modifying the office emoji) sometimes causes a Slack error as seen below.
This is probably caused by the current implementation of opening new modals within a modal. Rather than pushing a new view to the modal stack, we update the previous view with the new modal.
TODO