grafana/public/app/features/org/__snapshots__/OrgProfile.test.tsx.snap
Tobias Skarhed d3299796f5
Migration: Settings forms (#24741)
* Migrate shared preferences

* Remove unused import

* Migrate org name form

* Update TeamSettings

* Convert user settings

* Fix inital default values

* Update snapshots

* Fix CI errors

* Fix failing Ci

* Update snapshots

* Large spacing

* Move use Form for OrgSettings and add FieldSet

* Remove snapshots

* Add snapshots

* Remove unused prop
2020-06-24 10:55:39 +02:00

15 lines
221 B
Plaintext

// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`Render should render component 1`] = `
<Form
defaultValues={
Object {
"orgName": "Main org",
}
}
onSubmit={[Function]}
>
<Component />
</Form>
`;