How to remove "Add any details to your request" from catalog item - UI builder workspace view
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2024 02:16 AM
I have created a variant in ui builder and add the catalog item component into it as below:
I have created one UI action : Upload bid lines
On clicking this UI action in workspace, i am able to open the catalog item in next tab.
"
But the issue is getting "Loading" in tab name and also want to hide Add any details to your request. Please help me to resolve the issue.
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2024 07:58 PM
you should be able to update the tab's title with, perhaps run a client script on page ready:
helpers.screen.updateStatus({
title: 'your title'
});
I don't know away to remove the "Add any details to your request" text