mirror of
https://github.com/Sonarr/Sonarr.git
synced 2026-04-24 22:36:19 -04:00
Improve typings for enhanced select options
This commit is contained in:
@@ -2,10 +2,12 @@
|
||||
import React, { SyntheticEvent } from 'react';
|
||||
import { InputChanged } from 'typings/inputs';
|
||||
import translate from 'Utilities/String/translate';
|
||||
import EnhancedSelectInput from './EnhancedSelectInput';
|
||||
import EnhancedSelectInput, {
|
||||
EnhancedSelectInputValue,
|
||||
} from './EnhancedSelectInput';
|
||||
import styles from './UMaskInput.css';
|
||||
|
||||
const umaskOptions = [
|
||||
const umaskOptions: EnhancedSelectInputValue<string>[] = [
|
||||
{
|
||||
key: '755',
|
||||
get value() {
|
||||
|
||||
Reference in New Issue
Block a user