Updated copuright to No data found for dropdown select in tjdb (#9979)

This commit is contained in:
Manish Kushare 2024-06-04 19:07:04 +05:30 committed by GitHub
parent 8e353f2be0
commit 3619d2d849
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 8 additions and 8 deletions

View file

@ -486,7 +486,7 @@ const JoinOn = ({
emptyError={
<div className="dd-select-alert-error m-2 d-flex align-items-center">
<Information />
No table selected
No data found
</div>
}
value={leftFieldOptions.find((opt) => opt.value === leftFieldColumn)}
@ -529,7 +529,7 @@ const JoinOn = ({
emptyError={
<div className="dd-select-alert-error m-2 d-flex align-items-center">
<Information />
{rightFieldTable ? 'No columns of the same data type' : 'No table selected'}
{rightFieldTable ? 'No columns of the same data type' : 'No data found'}
</div>
}
darkMode={darkMode}

View file

@ -299,7 +299,7 @@ const ColumnForm = ({
emptyError={
<div className="dd-select-alert-error m-2 d-flex align-items-center">
<Information />
No data available
No data found
</div>
}
loader={

View file

@ -538,7 +538,7 @@ const ColumnForm = ({
emptyError={
<div className="dd-select-alert-error m-2 d-flex align-items-center">
<Information />
No data available
No data found
</div>
}
loader={

View file

@ -293,7 +293,7 @@ const EditRowForm = ({
emptyError={
<div className="dd-select-alert-error m-2 d-flex align-items-center">
<Information />
No data available
No data found
</div>
}
loader={

View file

@ -303,7 +303,7 @@ const RowForm = ({
emptyError={
<div className="dd-select-alert-error m-2 d-flex align-items-center">
<Information />
No data available
No data found
</div>
}
loader={

View file

@ -54,7 +54,7 @@ function TableDetailsDropdown({
emptyError={
<div className="dd-select-alert-error m-2 d-flex align-items-center">
<Information />
No table selected
No data found
</div>
}
value={source ? tableList[0] : actions ? onUpdate : targetTable}

View file

@ -298,7 +298,7 @@ function TableSchema({
emptyError={
<div className="dd-select-alert-error m-2 d-flex align-items-center">
<Information />
No data available
No data found
</div>
}
loader={