Skip to content

Commit

Permalink
feat: Update default actions OnlyOffice on touchScreen
Browse files Browse the repository at this point in the history
  • Loading branch information
cballevre committed Mar 31, 2023
1 parent c0a622e commit b2ec8ac
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/AddButton/helpers.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export const DEFAULT_ACTIONS = [
},
flag: [
{
name: 'drive.office.enabled',
name: 'drive.office.touchScreen.enabled',
value: 'true'
},
{
Expand All @@ -44,7 +44,7 @@ export const DEFAULT_ACTIONS = [
},
flag: [
{
name: 'drive.office.enabled',
name: 'drive.office.touchScreen.enabled',
value: 'true'
},
{
Expand All @@ -64,7 +64,7 @@ export const DEFAULT_ACTIONS = [
},
flag: [
{
name: 'drive.office.enabled',
name: 'drive.office.touchScreen.enabled',
value: 'true'
},
{
Expand Down

0 comments on commit b2ec8ac

Please sign in to comment.