mirror of
https://github.com/gotson/komga.git
synced 2026-05-08 21:00:16 +02:00
fix build issue
This commit is contained in:
parent
577834dff2
commit
0c0a09a7b6
1 changed files with 1 additions and 5 deletions
|
|
@ -92,11 +92,7 @@ export interface Props {
|
|||
const {
|
||||
title = undefined,
|
||||
subtitle = undefined,
|
||||
okText = intl.formatMessage({
|
||||
description: 'Confirmation dialog: OK button default text',
|
||||
defaultMessage: 'Confirm',
|
||||
id: 't8vOuG'
|
||||
}),
|
||||
okText = 'Confirm',
|
||||
validateText = 'confirm',
|
||||
maxWidth = undefined,
|
||||
activator = undefined,
|
||||
|
|
|
|||
Loading…
Reference in a new issue