mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-17 23:14:03 +01:00
Store appearance in k/v
This commit is contained in:
@@ -8,7 +8,7 @@ export function keyValueQueryKey({
|
||||
namespace = DEFAULT_NAMESPACE,
|
||||
key,
|
||||
}: {
|
||||
namespace: string;
|
||||
namespace?: string;
|
||||
key: string | string[];
|
||||
}) {
|
||||
return ['key_value', { namespace, key: buildKey(key) }];
|
||||
@@ -19,7 +19,7 @@ export function useKeyValues({
|
||||
key,
|
||||
initialValue,
|
||||
}: {
|
||||
namespace: string;
|
||||
namespace?: string;
|
||||
key: string | string[];
|
||||
initialValue: string;
|
||||
}) {
|
||||
|
||||
Reference in New Issue
Block a user