FIX: Warn users of overwriting new topic draft (#8841)

This commit is contained in:
Mark VanLandingham
2020-02-04 09:59:56 -06:00
committed by GitHub
parent 91b70f8ffc
commit c8a02161dd
6 changed files with 117 additions and 46 deletions

View File

@@ -1,7 +1,6 @@
export default {
"/draft.json": {
draft:
'{"reply":"dum de dum da ba.","action":"createTopic","title":"dum da ba dum dum","categoryId":null,"archetypeId":"regular","metaData":null,"composerTime":540879,"typingTime":3400}',
draft: null,
draft_sequence: 0
}
};