app/javascript/components/request-workflow-status/request-workflow-status-item.jsx
Function getWorkflow
has 37 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
const getWorkflow = async() => {
reloadCount.current += 1;
const url = `/api/configuration_scripts/${recordId}`;
API.get(url, { skipErrors: [404, 400, 500] })
.then((response) => {
- Create a ticketCreate a ticket
'rows.forEach' is missing in props validation Open
Open
rows.forEach((row) => {
- Read upRead up
- Create a ticketCreate a ticket
- Exclude checks
For more information visit Source: http://eslint.org/docs/rules/
'rows' is missing in props validation Open
Open
const renderList = ({ headers, rows }) => {
- Read upRead up
- Create a ticketCreate a ticket
- Exclude checks
For more information visit Source: http://eslint.org/docs/rules/
'headers' is missing in props validation Open
Open
const renderList = ({ headers, rows }) => {
- Read upRead up
- Create a ticketCreate a ticket
- Exclude checks
For more information visit Source: http://eslint.org/docs/rules/