- updates to teh flow;
This commit is contained in:
@@ -114,7 +114,7 @@ const AllDomandeTable = ({ openDialogFn, updaterString = '' }) => {
|
||||
|
||||
const actionsBodyTemplate = (rowData) => {
|
||||
return <div className="appPageSection__tableActions lessGap">
|
||||
{openDialogFn && rowData.applicationStatus === 'SUBMIT'
|
||||
{openDialogFn && rowData.status === 'SUBMIT'
|
||||
? <Button severity="info"
|
||||
onClick={() => openDialogFn(rowData.id)}
|
||||
label={__('Assegnare', 'gepafin')}
|
||||
|
||||
Reference in New Issue
Block a user