mirror of
https://github.com/grafana/grafana.git
synced 2025-02-13 00:55:47 -06:00
* 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
15 lines
221 B
Plaintext
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>
|
|
`;
|