mirror of
https://github.com/moodle/moodle.git
synced 2025-08-02 15:49:43 +02:00
MDL-81125 core: Fix illegal whitespace
This commit is contained in:
parent
1b02c68e72
commit
1de7c31ddd
1 changed files with 1 additions and 1 deletions
|
@ -130,7 +130,7 @@ export const getMessagePromptEditor = (defaultData) => ({
|
|||
* Get a message prompt.
|
||||
*
|
||||
* @param {string} defaultData
|
||||
* @returns
|
||||
* @returns
|
||||
*/
|
||||
export const getMessagePromptInput = (defaultData) => ({
|
||||
default: defaultData,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue