diff --git a/public/app/plugins/datasource/postgres/sql_part.ts b/public/app/plugins/datasource/postgres/sql_part.ts index 52ede10dad9..fb132930747 100644 --- a/public/app/plugins/datasource/postgres/sql_part.ts +++ b/public/app/plugins/datasource/postgres/sql_part.ts @@ -94,7 +94,7 @@ register({ { name: 'fill', type: 'string', - options: ['none', 'NULL', '0'], + options: ['none', 'NULL', 'previous', '0'], }, ], defaultParams: ['$__interval', 'none'],