mirror of
https://github.com/misode/misode.github.io.git
synced 2026-04-26 00:16:51 +00:00
Keep preset and share search params in the url
This commit is contained in:
@@ -412,6 +412,7 @@ const initialize: core.ProjectInitializer = async (ctx) => {
|
||||
fields: Object.entries(properties).map(([propKey, propValues]) => ({
|
||||
kind: 'pair',
|
||||
key: propKey,
|
||||
optional: true,
|
||||
type: {
|
||||
kind: 'union',
|
||||
members: propValues.map(value => ({
|
||||
|
||||
Reference in New Issue
Block a user