mirror of
https://github.com/apache/superset.git
synced 2026-04-24 02:25:13 +00:00
style: listviews closer to SIP-34 (#10094)
This commit is contained in:
@@ -23,6 +23,10 @@ import getClientErrorObject from './getClientErrorObject';
|
||||
|
||||
export const NULL_STRING = '<NULL>';
|
||||
|
||||
// moment time format strings
|
||||
export const SHORT_DATE = 'MMM D, YYYY';
|
||||
export const SHORT_TIME = 'h:m a';
|
||||
|
||||
export function getParamFromQuery(query, param) {
|
||||
const vars = query.split('&');
|
||||
for (let i = 0; i < vars.length; i += 1) {
|
||||
|
||||
Reference in New Issue
Block a user