- styled asteriks sign;
- fixed issue with validation on registration page; - fixed issue with inputnumber; - fixed issue with editor field;; - added editors for new faq item form; - fixed displaying html as simple text; - fixed saving company data after saving; - added toast for edit bando form; - improved edit forms form; - fixed styles for various elements;
This commit is contained in:
@@ -1,6 +1,10 @@
|
||||
export const mimeTypes = [
|
||||
{ name: 'PDF file', code: 'application/pdf' },
|
||||
{ name: 'ZIP file', code: 'application/zip' },
|
||||
{ name: 'PDF', code: 'application/pdf' },
|
||||
{ name: 'ZIP', code: 'application/zip' },
|
||||
{ name: 'Immagine', code: 'image/*' },
|
||||
{ name: 'Word doc', code: 'application/msword,application/vnd.openxmlformats-officedocument.wordprocessingml.document' }
|
||||
{
|
||||
name: 'Word doc',
|
||||
code: 'application/msword,application/vnd.openxmlformats-officedocument.wordprocessingml.document'
|
||||
},
|
||||
{ name: 'Excel doc', code: 'application/vnd.ms-excel' }
|
||||
];
|
||||
Reference in New Issue
Block a user