You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
errors.push(`Resource "${res.resourceId}" action "${action.name}" has showIn enabled for non-bulk locations (list, listThreeDotsMenu, showButton, showThreeDotsMenu) but has no "action" or "url" handler. Either add an "action" handler or set those showIn flags to false.`);
message: action?.bulkSuccessMessage||`${successResults.length} out of ${results.length} items processed successfully`,
364
+
message: action?.bulkSuccessMessage?action.bulkSuccessMessage:action?.bulkHandler?successResults[0].successMessage:`${successResults.length} out of ${results.length} items processed successfully`,
0 commit comments