Merge branch 'master' of github.com:ONLYOFFICE/AppServer

This commit is contained in:
Ilya Oleshko 2019-12-17 09:15:04 +03:00
commit bf6d990a7e
3 changed files with 2 additions and 19 deletions

View File

@ -1,18 +0,0 @@
name: CI
on:
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: telegram action on pull request
uses: appleboy/telegram-action@master
with:
to: ${{ secrets.TELEGRAM_TO }}
token: ${{ secrets.TELEGRAM_TOKEN }}
args: The ${{ github.event_name }} event triggered.

View File

@ -1,6 +1,6 @@
{
"name": "asc-web-components",
"version": "1.0.241",
"version": "1.0.242",
"description": "Ascensio System SIA component library",
"license": "AGPL-3.0",
"main": "dist/asc-web-components.js",

View File

@ -176,6 +176,7 @@ class LinkWithDropdown extends React.Component {
data,
id,
style,
isOpen,
...rest
} = this.props;
return (