mirror of
https://github.com/muerwre/orchidmap-front.git
synced 2025-04-25 19:16:41 +07:00
possibly fixed editor initialData
This commit is contained in:
parent
fce88cac29
commit
25d9b1d2df
3 changed files with 32 additions and 17 deletions
|
@ -67,7 +67,10 @@ export class App extends React.Component {
|
|||
};
|
||||
|
||||
setTitle = title => this.setState({ title });
|
||||
setAddress = address => this.setState({ address });
|
||||
setAddress = address => {
|
||||
console.log('SAT', address);
|
||||
this.setState({ address });
|
||||
};
|
||||
|
||||
getTitle = () => this.state.title;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue