Many fixes: Notifications not being rendered even if api fetches the notifications
Add copy auth id button on auth tab of admin page Added workflow link redirection for datastore key . Open docs in new tab for integration partner when it is external link. Fix multiple light theme text issue and dialog box issues. change usecase title for light theme to:
This commit is contained in:
@@ -228,7 +228,6 @@ const Priorities = memo((props) => {
|
||||
|
||||
let newJSON = notificationAppList;
|
||||
|
||||
console.log("item: ", item)
|
||||
|
||||
// keeping state changes to a minimum
|
||||
if ((newJSON[item.name] === undefined) && (item?.authentication_data !== null)) {
|
||||
|
||||
Reference in New Issue
Block a user