need's to be a function

This commit is contained in:
jochen weber
2020-07-26 12:40:35 +02:00
parent 758e0f9e34
commit 0002ca9236

View File

@@ -19,7 +19,7 @@ const showNotReady = (pod) => {
const ALL_STATUS_FILTERS = [ const ALL_STATUS_FILTERS = [
{ {
text: 'SHOW: All', value: true text: 'SHOW: All', value: function () { return true }
}, },
{ {
text: 'SHOW: NotReady', value: showNotReady text: 'SHOW: NotReady', value: showNotReady