ywana-core8 0.0.346 → 0.0.347
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
@@ -8,7 +8,7 @@ import { ContentEditor } from './ContentEditor'
|
|
8
8
|
/**
|
9
9
|
* Create Content Dialog
|
10
10
|
*/
|
11
|
-
export const CreateContentDialog = ({ label, type, value = {}, filter, validator, onOK, className, outlined=
|
11
|
+
export const CreateContentDialog = ({ label, type, value = {}, filter, validator, onOK, className, outlined=true }) => {
|
12
12
|
|
13
13
|
const site = useContext(SiteContext);
|
14
14
|
const [form, setForm] = useState(value)
|