add proptype

This commit is contained in:
Alex Holliday
2025-02-10 13:50:11 -08:00
parent aaee0f7edd
commit 2087202eea
@@ -129,6 +129,7 @@ const TabSettings = ({
};
TabSettings.propTypes = {
isCreate: PropTypes.bool,
tabValue: PropTypes.string,
form: PropTypes.object,
handleFormChange: PropTypes.func,