Skip to content

Commit

Permalink
Fix background mock (#6463)
Browse files Browse the repository at this point in the history
## Before

<img width="1284" alt="Screenshot 2024-07-30 at 18 24 04"
src="https://github.com/user-attachments/assets/3c8d2ee9-daa0-4b32-ac90-7124252bc79c">

## After
<img width="1317" alt="Screenshot 2024-07-30 at 18 23 57"
src="https://github.com/user-attachments/assets/5dd36510-cf42-4698-a395-8435e6552810">
  • Loading branch information
Weiko authored Jul 30, 2024
1 parent 77152a1 commit 3fa758e
Show file tree
Hide file tree
Showing 2 changed files with 259 additions and 73 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ export const SIGN_IN_BACKGROUND_MOCK_COLUMN_DEFINITIONS = (
fieldMetadataId: '20202020-a61d-4b78-b998-3fd88b4f73a1',
label: 'Linkedin',
size: 100,
type: FieldMetadataType.Link,
type: FieldMetadataType.Links,
metadata: {
fieldName: 'linkedinLink',
placeHolder: 'Linkedin',
Expand Down Expand Up @@ -214,7 +214,7 @@ export const SIGN_IN_BACKGROUND_MOCK_COLUMN_DEFINITIONS = (
fieldMetadataId: '20202020-46e3-479a-b8f4-77137c74daa6',
label: 'X',
size: 100,
type: FieldMetadataType.Link,
type: FieldMetadataType.Links,
metadata: {
fieldName: 'xLink',
placeHolder: 'X',
Expand Down
Loading

0 comments on commit 3fa758e

Please sign in to comment.