mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
text: update text in cover pills
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
backButton.set(`${base}/console/${$page.params.project}/storage`);
|
||||
|
||||
copyData.set({
|
||||
text: bucketId,
|
||||
text: 'Bucket ID',
|
||||
value: bucketId
|
||||
});
|
||||
tabs.set([
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
backButton.set(`${base}/console/${$page.params.project}/storage/bucket/${bucketId}`);
|
||||
|
||||
copyData.set({
|
||||
text: fileId,
|
||||
text: 'File ID',
|
||||
value: fileId
|
||||
});
|
||||
tabs.set([]);
|
||||
|
||||
Reference in New Issue
Block a user