Skip to content
This repository was archived by the owner on Aug 31, 2020. It is now read-only.

Commit fe87ca3

Browse files
authored
fix err
1 parent acc4ff6 commit fe87ca3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/edit.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ class EditPage extends React.Component {
150150
images: this.state.images,
151151
link: this.state.link,
152152
support: this.state.support,
153-
custom_path: this.custom_path,
153+
custom_path: this.state.custom_path,
154154
nsfw: this.state.nsfw === 'true' ? true : false,
155155
};
156156

0 commit comments

Comments
 (0)