repair: sollution brand-device
This commit is contained in:
@@ -95,11 +95,18 @@ const AddBrandDevice = () => {
|
||||
name: '',
|
||||
type: 'text',
|
||||
text: '',
|
||||
status: true
|
||||
status: true,
|
||||
fileUpload: null,
|
||||
file: null,
|
||||
path_solution: null,
|
||||
fileName: null
|
||||
}
|
||||
}
|
||||
});
|
||||
}
|
||||
setSolutionFields([0]);
|
||||
setSolutionTypes({ 0: 'text' });
|
||||
setSolutionStatuses({ 0: true });
|
||||
setCurrentSolutionData([]);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user