Skip to content

Commit

Permalink
fix build error caused by strings
Browse files Browse the repository at this point in the history
  • Loading branch information
joelfmrodrigues committed May 14, 2024
1 parent 780dd64 commit da0b3f9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/loc/mystrings.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,10 @@ declare interface IPropertyControlStrings {

// Fluent UI color picker strings
ColorPickerStrings: { [key: string]: string };

// PropertyFieldGrid
gridControlColumn1Label: string;
gridControlColumn2Label: string;
}

declare interface IDateTimeStrings {
Expand Down Expand Up @@ -264,8 +268,6 @@ declare interface IDateTimeStrings {
L_RelativeDateTime_XDaysIntervals: string;
L_RelativeDateTime_Today: string;

gridControlColumn1Label: string;
gridControlColumn2Label: string;
}

declare module 'PropertyControlStrings' {
Expand Down

0 comments on commit da0b3f9

Please sign in to comment.