1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-12 08:54:00 +02:00
joplin/ReactNativeClient/lib/reserved-ids.js
mic704b fbedc6b29b
Desktop: Resolves #262: Implement "show all notes" (#2472)
* Implement "show all notes" feature.

* Ensure middleware is completely flushed and shutdown before continuing tests.
2020-02-22 11:25:16 +00:00

7 lines
98 B
JavaScript

module.exports = Object.freeze({
ALL_NOTES_FILTER_ID: 'c3176726992c11e9ac940492261af972',
});