Skip to content

Commit

Permalink
chore(edit): removed unused tavla button
Browse files Browse the repository at this point in the history
  • Loading branch information
vildeopp committed Jul 4, 2023
1 parent 69bac68 commit 9ad8199
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions next-tavla/src/Admin/scenarios/Edit/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ import { CopyText } from 'Admin/components/CopyText'
import { PrimaryButton } from '@entur/button'
import { StyledLink } from 'Admin/components/StyledLink'
import { FooterInput } from 'Admin/components/FooterInput'
import { TavlaButton } from 'Admin/components/Button'

function Edit({
initialSettings,
Expand All @@ -34,13 +33,6 @@ function Edit({
<AddTile />
<TilesSettings tiles={settings.tiles} />
<FooterInput footer={settings.footer} />
<TavlaButton
onClick={() => {
setBoardSettings(documentId, settings)
}}
>
Lagre instillinger
</TavlaButton>
<CopyText text={linkUrl} toastText="Kopiert lenke" />
<div className={classes.floatingButtonWrapper}>
<PrimaryButton
Expand Down

0 comments on commit 9ad8199

Please sign in to comment.