From da0b3f959fb7cb90a11572a24a4613361cdfd829 Mon Sep 17 00:00:00 2001 From: Joel Rodrigues <19577724+joelfmrodrigues@users.noreply.github.com> Date: Tue, 14 May 2024 23:41:07 +0100 Subject: [PATCH] fix build error caused by strings --- src/loc/mystrings.d.ts | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/loc/mystrings.d.ts b/src/loc/mystrings.d.ts index fc2044db..093dd1f3 100644 --- a/src/loc/mystrings.d.ts +++ b/src/loc/mystrings.d.ts @@ -236,6 +236,10 @@ declare interface IPropertyControlStrings { // Fluent UI color picker strings ColorPickerStrings: { [key: string]: string }; + + // PropertyFieldGrid + gridControlColumn1Label: string; + gridControlColumn2Label: string; } declare interface IDateTimeStrings { @@ -264,8 +268,6 @@ declare interface IDateTimeStrings { L_RelativeDateTime_XDaysIntervals: string; L_RelativeDateTime_Today: string; - gridControlColumn1Label: string; - gridControlColumn2Label: string; } declare module 'PropertyControlStrings' {