mirror of
https://git.rwth-aachen.de/acs/public/villas/web/
synced 2025-03-09 00:00:01 +01:00
fix renaming from visualization to dashboard
This commit is contained in:
parent
5ab70f2bbd
commit
e9d06d7a48
1 changed files with 2 additions and 2 deletions
|
@ -24,7 +24,7 @@ import { FormGroup, FormControl, FormLabel } from 'react-bootstrap';
|
|||
|
||||
import Dialog from '../common/dialogs/dialog';
|
||||
|
||||
class NewVisualzationDialog extends React.Component {
|
||||
class NewDashboardDialog extends React.Component {
|
||||
valid: false;
|
||||
|
||||
constructor(props) {
|
||||
|
@ -84,4 +84,4 @@ class NewVisualzationDialog extends React.Component {
|
|||
}
|
||||
}
|
||||
|
||||
export default NewVisualzationDialog;
|
||||
export default NewDashboardDialog;
|
||||
|
|
Loading…
Add table
Reference in a new issue