Three buttons instead of one at top navigation bar

Hi community!,

I’m building a simple app located in the “ticket_top_navigation”.
When I click on the activities, I see three buttons instead of one, and the rightmost button is working.

Below code used in app.js

document.onreadystatechange = function () {
  console.log("onreadystatechange", document.readyState)
  if (document.readyState === 'interactive') renderApp();
  function renderApp() {
    var onInit = app.initialized();
    onInit
      .then(function getClient(_client) {
        window.client = _client;
        client.events.on('app.activated', onAppActivated);
      })
      .catch(handleErr);
  }
};

screen recording:
https://share.vidyard.com/watch/QdxsyVbiWdfBHagK3Tv2s1?

@Akhil_Moningii,
Good Day! Seems like this is an issue with the product,
I will convey this to the product team and get it solved as soon as possible.

Thanks

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.