Skip to content

Commit

Permalink
Merge pull request #330 from btzr-io/patch-1
Browse files Browse the repository at this point in the history
Add file text to publish state
  • Loading branch information
Sean Yesmunt authored Jun 29, 2020
2 parents eb47b7e + ebf0d49 commit bcf4146
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/redux/reducers/publish.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import { CHANNEL_ANONYMOUS } from 'constants/claim';

type PublishState = {
editingURI: ?string,
fileText: ?string,
filePath: ?string,
contentIsFree: boolean,
fileDur: number,
Expand Down Expand Up @@ -36,6 +37,7 @@ type PublishState = {

const defaultState: PublishState = {
editingURI: undefined,
fileText: '',
filePath: undefined,
fileDur: 0,
fileSize: 0,
Expand Down

0 comments on commit bcf4146

Please sign in to comment.