This commit is contained in:
Martina 2020-09-12 19:54:14 -07:00
parent 803925cc83
commit 7fad819d13

View File

@ -88,9 +88,7 @@ export default class SidebarAddFileToBucket extends React.Component {
name: "create-alert", name: "create-alert",
detail: { detail: {
alert: { alert: {
message: `We currently do not accept ${ message: `We currently do not accept ${file.type} yet but may in the future!`,
file.type
} yet but may in the future!`,
}, },
}, },
}); });