Skip to content

Commit e823c8c

Browse files
authored
Forms: Add ip address as a default column in the responses dashboard (#45704)
* Forms: Make the IP address be there by default. * changelog
1 parent 70e075c commit e823c8c

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Significance: minor
2+
Type: changed
3+
4+
Forms: add the IP address as a default field in the forms dashboard

projects/packages/forms/src/dashboard/inbox/dataviews/views.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const defaultView = {
1313
filters: [],
1414
page: 1,
1515
perPage: 20,
16-
fields: [ 'from', 'date', 'source' ],
16+
fields: [ 'from', 'date', 'source', 'ip' ],
1717
};
1818

1919
export const defaultLayouts = {
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Significance: minor
2+
Type: enhancement
3+
4+
Forms: Add the IP address as the default field in the responses dashboard

0 commit comments

Comments
 (0)