💄 Donne un coup de jeune

This commit is contained in:
2022-04-14 10:49:56 +02:00
parent e1f2294fe4
commit 665282d476
52 changed files with 3052 additions and 11430 deletions

6
public/js/app.js vendored
View File

@@ -36454,6 +36454,10 @@ function PageForm(_ref) {
content = _React$useState2[0],
setContent = _React$useState2[1];
function updateContent(content) {
setContent(content);
}
var onSubmit = function onSubmit(event) {
return __awaiter(_this, void 0, void 0, /*#__PURE__*/_babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_0___default().mark(function _callee() {
var HTMLForm, decryptedFormData, encryptedFormData, _iterator, _step, _step$value, key, value, newEncryptedString, response, json, uuid, _iterator2, _step2, _key, _newEncryptedString, savedDate, oSavedDate;
@@ -36559,7 +36563,7 @@ function PageForm(_ref) {
size: "small"
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_1__.createElement(_uiw_react_md_editor__WEBPACK_IMPORTED_MODULE_3__["default"], {
value: content,
onChange: setContent
onChange: updateContent
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_1__.createElement(_mui_material__WEBPACK_IMPORTED_MODULE_6__["default"], {
variant: "contained",
type: "submit"