mirror of
https://github.com/mue/mue.git
synced 2026-07-16 05:23:49 +02:00
@@ -4,9 +4,9 @@ export default class Update extends React.Component {
|
||||
constructor(...args) {
|
||||
super(...args);
|
||||
this.state = {
|
||||
title: '',
|
||||
title: 'Loading...',
|
||||
date: '',
|
||||
content: ''
|
||||
content: 'Loading...'
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user