mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-09 20:29:36 +02:00
cleanup small issues
This commit is contained in:
@@ -626,7 +626,7 @@ export interface TableGroupHeader {
|
|||||||
}
|
}
|
||||||
|
|
||||||
export interface TableItemProps {
|
export interface TableItemProps {
|
||||||
activeRowId?: string; // Active row's uniqueId for QUEUE_SONG performance optimization
|
activeRowId?: string;
|
||||||
adjustedRowIndexMap?: Map<number, number>;
|
adjustedRowIndexMap?: Map<number, number>;
|
||||||
calculatedColumnWidths?: number[];
|
calculatedColumnWidths?: number[];
|
||||||
cellPadding?: ItemTableListProps['cellPadding'];
|
cellPadding?: ItemTableListProps['cellPadding'];
|
||||||
|
|||||||
@@ -401,9 +401,6 @@ export const PlayerConfig = () => {
|
|||||||
iconProps={{
|
iconProps={{
|
||||||
size: 'lg',
|
size: 'lg',
|
||||||
}}
|
}}
|
||||||
onClick={(e) => {
|
|
||||||
e.stopPropagation();
|
|
||||||
}}
|
|
||||||
size="sm"
|
size="sm"
|
||||||
tooltip={{
|
tooltip={{
|
||||||
label: t('common.setting_other', { postProcess: 'titleCase' }),
|
label: t('common.setting_other', { postProcess: 'titleCase' }),
|
||||||
|
|||||||
Reference in New Issue
Block a user