Update app/static/app/js/components/FormDialog.jsx

Co-authored-by: Allan Nordhøy <epost@anotheragency.no>
pull/943/head
Piero Toffanin 2020-12-21 12:55:46 -05:00 zatwierdzone przez GitHub
rodzic 16f7794820
commit 39c4b2875d
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -9,7 +9,7 @@ class FormDialog extends React.Component {
static defaultProps = {
title: _("Title"),
saveLabel: _("Save"),
savingLabel: _("Saving..."),
savingLabel: _("Saving"),
saveIcon: "glyphicon glyphicon-plus",
deleteWarning: _("Are you sure?"),
show: false
@ -183,4 +183,4 @@ class FormDialog extends React.Component {
}
}
export default FormDialog;
export default FormDialog;