mirror of
https://github.com/outline/outline.git
synced 2026-05-08 02:50:30 -05:00
fix: Set doc slug on importing collections (#7270)
* fix: Set doc slug on importing collections * review
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
import randomstring from "randomstring";
|
||||
|
||||
const UrlIdLength = 10;
|
||||
|
||||
export const generateUrlId = () => randomstring.generate(UrlIdLength);
|
||||
Reference in New Issue
Block a user