mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: Warn users of overwriting new topic draft (#8841)
This commit is contained in:
committed by
GitHub
parent
91b70f8ffc
commit
c8a02161dd
@@ -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
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user