File tree 1 file changed +9
-9
lines changed
force-app/components/tagRecordForm/lwc/tagRecordForm
1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 1
1
< template >
2
2
< div class ="slds-card slds-theme_default ">
3
3
< div class ="slds-card__body slds-card__body_inner ">
4
- < div class =" {sectionClass} " >
4
+ < div class ={sectionClass} >
5
5
< h3 class ="slds-section__title slds-truncate slds-p-around_xx-small slds-theme_shade ">
6
- < button class ="slds-button slds-section__title-action " onclick =" {handleClick} " label =" {label}" >
6
+ < button class ="slds-button slds-section__title-action " onclick ={handleClick} label ={label} >
7
7
< lightning-icon
8
8
icon-name ="utility:switch "
9
9
alternative-text ="button icon "
10
10
size ="x-small "
11
11
class ="slds-section__title-action-icon slds-button__icon_left "
12
12
> </ lightning-icon >
13
- < span class ="slds-truncate " title =" {label} " > {label}</ span >
13
+ < span class ="slds-truncate " title ={label} > {label}</ span >
14
14
</ button >
15
15
</ h3 >
16
16
< div class ="slds-section__content ">
17
- < template if:true =" {fields} " >
17
+ < template if:true ={fields} >
18
18
< lightning-record-form
19
- object-api-name =" {objectApiName} "
20
- record-id =" {recordId} "
21
- fields =" {fieldArray} "
22
- columns =" {columns} "
23
- mode =" {mode} "
19
+ object-api-name ={objectApiName}
20
+ record-id ={recordId}
21
+ fields ={fieldArray}
22
+ columns ={columns}
23
+ mode ={mode}
24
24
>
25
25
</ lightning-record-form >
26
26
</ template >
You can’t perform that action at this time.
0 commit comments