diff --git a/.github/workflows/fabric.yml b/.github/workflows/fabric.yml index 407ff5abd3..3cfe82132f 100644 --- a/.github/workflows/fabric.yml +++ b/.github/workflows/fabric.yml @@ -32,7 +32,6 @@ jobs: - run: yarn install --immutable - run: yarn build - # - run: yarn ci:loki -> broken - name: Build fabric storybook run: yarn build-storybook diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index 0b33d3ba29..60297445f6 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -40,14 +40,6 @@ jobs: # yarn lint # yarn build # if: ${{ inputs.app_name == 'centrifuge-js' }} - - # yarn ci:loki no longer works in GH Actions - # because of some Docker dependencies - # - name: Build fabric - # run: | - # yarn build - # yarn ci:loki - # if: ${{ inputs.app_name == 'fabric' }} - name: Publish id: publish diff --git a/centrifuge-app/src/components/Dialogs/CreateCollectionDialog.tsx b/centrifuge-app/src/components/Dialogs/CreateCollectionDialog.tsx index a46499e138..a0cc0dd510 100644 --- a/centrifuge-app/src/components/Dialogs/CreateCollectionDialog.tsx +++ b/centrifuge-app/src/components/Dialogs/CreateCollectionDialog.tsx @@ -16,7 +16,7 @@ import { Stack, Text, TextAreaInput, - TextInput_DEPRECATED, + TextInput, } from '@centrifuge/fabric' import * as React from 'react' import { Redirect } from 'react-router' @@ -127,7 +127,7 @@ export const CreateCollectionDialog: React.FC<{ open: boolean; onClose: () => vo
- Edit Email Address} > - - setNewEmail(event.target.value)} - /> + + setNewEmail(event.target.value)} />