remove user.name to commit

This commit is contained in:
Nitin Muchhadiya 2023-06-22 18:42:22 +05:30 committed by Nitin
parent 3c6d45a223
commit c9b789538d

View File

@ -36,7 +36,7 @@ const FormModalNavigationProvider = ({ children }) => {
modalType: 'attribute', modalType: 'attribute',
step, step,
attributeType, attributeType,
showBackLink: true, showBackLink: true
}; };
}); });
}; };