Skip to content

Commit

Permalink
Merge branch 'fix/dictionaries' of github.com:tago-io/sdk-js
Browse files Browse the repository at this point in the history
  • Loading branch information
felipefdl committed Jul 23, 2021
2 parents 738d72d + 0813b74 commit 7bbaab9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/Account/dictionaries.types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ interface LanguageData {
}

interface LanguageEditData {
dictionary: LanguageData[];
dictionary: LanguageData;
active: boolean;
}

Expand Down

0 comments on commit 7bbaab9

Please sign in to comment.